View Single Post
Join Date: Apr 2007
Posts: 1,085
Reputation: cguan_77 has a little shameless behaviour in the past 
Solved Threads: 89
cguan_77's Avatar
cguan_77 cguan_77 is offline Offline
Veteran Poster

Re: guides or solutions that can be used to copy image files on command prompt

 
0
  #2
Jan 8th, 2009
Hi to copy in command prompt you can use this syntax:
copy file to be copied destination

copy file.doc c:\ 'this would copy file.doc to the root directory in c:
copy file.doc c:\ f1 'this would copy file.doc to the folder f1 in c:
Reply With Quote