Bat to execture a process
Posted: Tue Mar 07, 2017 2:36 pm
Hi,
I have the following problem.
I am trying to create e .bat file that can run a process when i run the bat. so this is the text that i palced in the bat. pls tell me where I did wrong.
@Echo on
"C:\Program Files\ibm\cognos\tm1_64\bin64\TM1RunTI.exe" -server servername -process "processName" -user user -CAMNamespace camnaspace
-passwordfile pass pYear=year pMonth=month pCountry=country
Can you let me know where i should add commas? Or where i don t need them?
Year, Month, Country are the parameter of the preocess. I am also using certversion 2. should i include this?
Thank you
I have the following problem.
I am trying to create e .bat file that can run a process when i run the bat. so this is the text that i palced in the bat. pls tell me where I did wrong.
@Echo on
"C:\Program Files\ibm\cognos\tm1_64\bin64\TM1RunTI.exe" -server servername -process "processName" -user user -CAMNamespace camnaspace
-passwordfile pass pYear=year pMonth=month pCountry=country
Can you let me know where i should add commas? Or where i don t need them?
Year, Month, Country are the parameter of the preocess. I am also using certversion 2. should i include this?
Thank you