Quantcast

Execute windows batch command

classic Classic list List threaded Threaded
1 message Options
yka
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Execute windows batch command

yka
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
Loading...