Re: Jenkins batch command error : ...system cannot find the file specified...

2013-03-21 Thread dmatrix
Thanks for your response Mark, No, I created the \testdir and test.txt in D:\ to test, they are there, and I also checked the spaces in the command. The funny thing is I did a COPY and CALL command before, in my previous job with similar environment, and Jenkins had no problem at all. Currentl

Re: Jenkins batch command error : ...system cannot find the file specified...

2013-03-21 Thread dmatrix
Thanks for your response Mark, No, I created the \testdir and test.txt in D:\ to test, they are there, and I also checked the spaces in the command. The funny thing is I did a COPY and CALL command before, in my previous job with similar environment, and Jenkins had no problem at all. Currentl

Re: Jenkins batch command error : ...system cannot find the file specified...

2013-03-21 Thread Mark Waite
I think that is saying that the built-in command "COPY" in the Windows command processor tried to copy from D:\drop\test.txt to D:\testdir\ and either found that D:\drop\test.txt did not exist, or D:\testdir\ did not exist. The preceding "echo" command did not create D:\drop\test.txt, so I assum