Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Where to write Vb Script

Hi,

I have a Vb script to open a particular exe file but I don't know where to write this.

1 Solution

Accepted Solutions
techvarun
Specialist II
Specialist II

3 Replies
rustyfishbones
Master II
Master II

Just create a button or text object and add an action to launch the exe file

something like

2013-12-05_1439.png

no need for vb script

marcus_sommer

Within the GUI you could use actions to launch any programs. Within the load-script you could use the execute-statement like this:

Execute cmd.exe /C "D:\ftpDownloadComplete.bat";

- Marcus

techvarun
Specialist II
Specialist II

VbScript.png