Hi,
I need to run some visual basic applications from director, is there any way to do this ?
Use the 'open' command, as in:
open "myprog.exe"
or to pass a parameter, put the parameter first, as in:
open "c:\readme.txt" with "notepad.exe"
If the program's not in the path, you'll need to provide the full pathname, as in:
open "c:\director\dir532\director.exe"
- Tab
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
