Hi Gurus,
Would like to ask if you guys have tried running a batch file from a TI process.
Can seemed to find the steps and exact syntax.
More specifically, my batch file or .exe needs parameters (e.g date)
Try using the following:
ExecuteCommand(sCommandLine, sWait);
Where sCommand is your path and filename of the bat file to run, and sWait is the flag to decide whether to wait for the next command or not
Cheers
Ajay