Execution of a .wksp file in the running script or batch file You can certainly call macros from a batch file or from another program or a script and then as it finishes the execution, goes to next step in batch file or script. For example to call Macro 'download-emails.wksp'; from a batch file, add the following line in any batch file.
Call "C:\Program Files\Workspace Macro Pro 6.5\Workspace Macro Pro.exe"
''download-emails.wksp /u''
When you run this batch file, it will call the macro and execute it.
Once the macro execution over, it will go to the next step in the batch file.
Last edited by forumsupport : 04-21-2007 at 06:58 AM.
|