RunIndySoftSyncScript
Structure
LaunchIndySoftSyncScript(sScript)
Type
Procedure
Description
This procedure allows you to launch a script setup from the IndySoft DataSync Options module. This will execute the script in a separate launched process (IndySoftSync.exe) and then the process will be immediately exited.
Parameters: 1
sScript=name of the script to be run.
Example
if LookupCurrentEventStep = "tsChooseEquipment" then
LaunchIndySoftSyncScript("MY PROJECT")
End If |