McGoo Posted June 3, 2003 Posted June 3, 2003 I am trying to get my script to open a very small visual basic program that has been written for me but I can not work out how to do it. Please help me!!!
IdealData Posted June 3, 2003 Posted June 3, 2003 On the Mac platform we use ApppleScript. Windoze has a primitive implementation of similar called ActiveX - sorry can't give an example. Maybe the programmer can help ?
SteveB Posted June 3, 2003 Posted June 3, 2003 I assume that the VB program has been compiled into an .EXE? Does it have (or need) command line arguments? Use the Send Message script step as follows: If there are no command line args involved, select the first option "File" and drill down to the file name of the VB pgm. If there are command line args, save the path and VB program name in a text global followed by the command args (I think they have to be quoted) and then select "Field Value". When you execute the script, the VB pgm should run. Steve
Recommended Posts
This topic is 7848 days old. Please don't post here. Open a new topic instead.
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 accountSign in
Already have an account? Sign in here.
Sign In Now