Notifications
Clear all
[Closed] excute file automately when button pressed
Mar 21, 2009 3:13 am
uh, I want that when a button pressed , then excute a script file without open it
can any method do it?
2 Replies
Mar 21, 2009 3:13 am
rollout roll_test "test" (
button btn_test "test"
on btn_test pressed do ( fileIn "c:\somefolder\somefile.ms" )
)
createDialog roll_test
?
the main part (fileIn) would be similar for macroscripts (button on a toolbar/in menu/etc.)