The routine is to copy data from the local drive (C:) to a connected network server (F:)
This is the command:
robocopy “C:Eudora userdata” “F:privateartEudora Userdata Backup” /MIR /V /NP /R:10 /W:10
pause
When I run the command directly from a command prompt, it runs fine.
When I run it (as administrator) from the .cmd batch file, I get the following error:
The system cannot find the path specified. Apparently it’s the network path that’s not resolving. Why would this be true from a .cmd batch file and not when run from the command prompt?
Thanks for any thoughts…