Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7848 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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!!!!!! smile.gif

Posted

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 ?

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.