Jump to content

Recommended Posts

Posted

I have a scripts I have been working on from the scripts and scraps section of this forum, I have added a fair few bits into the script one of which is a file menu, my question is how do i call an exe file from within the menu?

I have tried the help files but cant be looking in the right place.

Any help would be greatly appreciated!

Thanks!

Posted

hmmm...maybe

give the sub-menu item an var...like $var

then

Case $msg = $var

Do a $test = "FileOpenDialog" ; (Choose an exe file here)

Run($test)

Hope tat helps

mouse not found....scroll any mouse to continue.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...