Page 1 of 1

Creating a link to another program

PostPosted: Sun Mar 18, 2007 7:14 pm
by larparmit
Is it possible to create a link to another program? Im new at this so please keep it simple!
I want to make a program where when you click on a certain hotspot it will bring up an external program.
really appreciate anyone who can help.

PostPosted: Sun Mar 18, 2007 9:27 pm
by Candle
1. How to launch an executable at run-time?

Just use one of the two following commands: "Action.OpenFile" and "Action.OpenExeFileAndWait". The difference between the two commands is that the second one will wait for the end-user to close the exe before continuing. For more help on how to use those two functions, go to the Language Reference.


http://www.adventuremaker.com/help/vbsc ... executable

link

PostPosted: Mon Mar 19, 2007 12:32 am
by larparmit
thank you I tried it and it worked.