Hellol...
Using XCOPY on a system, two separate xcopy commands... sending the
copy to two different destinations, at different times.
One xcopy will work. The other one (the only difference being the
final destination) will not.
xcopy e:\users\students\* Y:\students_tue /s/i/y
(above works OK copies to the Y drive)
xcopy e:\users\students\* f:\students_mon /s/i/y
(above does not work ..it won't find the e drive etc)
Scratching my head as to why this is!
Thanks