Command line runner
Hi,
I just installed TeamCity5.0 and trying to setup a job to run simple windows command. I build runner as "Command Line" and name of the script abc.cmd. It says "[13:54:47]: Cannot run process abc.cmd : file not found.
I also tried to run simple "dir", got the same message. What am I mssing?
-Shree
Please sign in to leave a comment.
Hi,
You should use cmd as executable and pass your command script as command line parameter.
In the future you'll be able to specify a command just as a script - we have corresponding issue in our tracker:
http://youtrack.jetbrains.net/issue/TW-10502
Regards,
KIR