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
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