I am trying to copy a folder containing 8 files from a folder onto the network to my pc. I am using the xcopy command like so:
h:\xcopy users c:\station\users
The weired thing is if I navigate to the given directory, and type in xcopy users c:\station\users, it works fine. However if I run a script from the given directory with the exact same command, I see it copy the files at the command prompt, but when I go to look for the files, they aren’t there. any ideas?