I am running these MS DOS commands from a batch file.
echo off
ROBOCOPY /S C:\Users\cowbo\Excel Files G:\
pause
The command does not seem to recognize drive G. See attached file. I can copy and paste from C: to G: without any problem. Does ROBOCOPY not work in Windows 11?