Passing TI Parameters to a DOS .cmd file
Posted: Tue Jun 24, 2008 6:26 pm
Is it possible to pass TI Parameter variables to a dos batch file?
I can call a DOS batch file using the following:
ExecuteCommand('C:\test.cmd', 1);
and everything works fine. However, if I try to add parameters, the .cmd file won't run...
ExecuteCommand('C:\test.cmd p1 p2', 1);
any thoughts?
thanks!
I can call a DOS batch file using the following:
ExecuteCommand('C:\test.cmd', 1);
and everything works fine. However, if I try to add parameters, the .cmd file won't run...
ExecuteCommand('C:\test.cmd p1 p2', 1);
any thoughts?
thanks!