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
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
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