My colleges' computers reset themselves every night, so we are allowed to install programs and change files & settings at will, because the changes revert on shutdown. I'm trying to create a batch file I can run to copy all the files I use & install the programs I use, I haven't gotten to the...
I have a little strange problem under Windows 7 x64 using the copy command at the command prompt.
If I enter the following command at an elevated command prompt:
copy somefile c:\
it copies the file somefile to c:\. Now when I create a batch file from this command and run it with admin...