|
|
This post has NOT been accepted by the mailing list yet.
Hi all,
I want to start a program, UDPHost.exe, from execute windows batch command
I typed
start "UDPHost.exe" a:0.0.0.0 p:10000
where a:0.0.0.0 p:10000 is the parameter for the program
while it works from command prompt, it doesn't seem to do anything from Jenkins' execute windows batch command
How can I start another program from Jenkins?
please help,
Thanks
|