Code:
Break On
Move "D:\MyFolder\MyFile1.txt" "\\MyComputer\MyShare\"
? @ERROR ": " @SERROR
Copy "D:\MyFolder\MyFile2.txt" "\\MyComputer\MyShare\"
? @ERROR ": " @SERROR
Move "D:\MyFolder\MyFile2.txt" "\\MyComputer\MyShare\"
? @ERROR ": " @SERROR
You are right, but I see no difference.
In my example, the destination path exists.
Edited by Witto (2005-08-11 07:59 AM)