How to make script file that copies MyFile.exe from the current location to C:\?

link|improve this question

66% accept rate
feedback

1 Answer

You can use the following cmd line:

copy MyFile.exe C:\
link|improve this answer
Strictly speaking, the question was "how to make script file". So there should be an echo > scriptfile.cmd in front of that. ☺ – JdeBP Jul 26 '11 at 11:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.