Invalid Drive Specification
Posted: 14 Nov 2010 14:34
Hi there
I have googled a lot to find a solution to this issue and none of them seem to work.
can u please suggest a possible fix to this?
I have an batch file and one of the line in the batch is the xcopy command which looks as follows
when i run this as an exec via cruisecontrol, i get the cruisecontrol to fail on this exec with the error message "Invalid Drive Specification"
regards
I have googled a lot to find a solution to this issue and none of them seem to work.
can u please suggest a possible fix to this?
I have an batch file and one of the line in the batch is the xcopy command which looks as follows
Code: Select all
XCOPY /E /Y "\\<server name>\<drive>$\<folder1>\*.*" "\\%1\<drive>$\<folder1>\<subfolder 1>"
when i run this as an exec via cruisecontrol, i get the cruisecontrol to fail on this exec with the error message "Invalid Drive Specification"
regards