If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

batch file on TI process

Started by sdf, 29 Jun 2017 10:03:48 PM

Previous topic - Next topic

sdf

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)


AJAYC

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