View previous topic :: View next topic |
Author |
Message |
melvin Site Admin
Joined: 25 May 2006 Posts: 635 Location: Santa Barbara, california
|
Posted: Fri Aug 25, 2006 3:43 pm Post subject: How to run Visual Basic Scripts |
|
|
User email support request:
Can you tell me how to run a vbe file from within Automize v7? |
|
Back to top |
|
 |
melvin Site Admin
Joined: 25 May 2006 Posts: 635 Location: Santa Barbara, california
|
Posted: Fri Aug 25, 2006 3:44 pm Post subject: |
|
|
1) Run your visual basic script from within a batch file. Then run this batch file using the WinCommand task. This has been reported to work well.
2) In a Command task, use the following code:
commandline = cmd.exe /c c:\your_dir\your_script.vbs
working dir = c:\your_dir
2) Try using the 'Open Documents' task. This task is equivalent to clicking on the script manually. This task returns immediately, and is generally not useful within a chain. |
|
Back to top |
|
 |
|