Copying files with verification using drag-and-drop

  • Thread starter Thread starter Man-wai Chang ToDie (33.6k)
  • Start date Start date
You might build your own utility to do that. The command line can easily set
any switch of the copy process. For example, if I created a shortcut with
this command and first dragged it into the destination folder, I could drop
any set of files on it to copy them there with file size verification.

xcopy %1 /V

Robocopy is even more powerful. From the prompt:

robocopy /?
--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer
Mark L. Ferguson
..
 
Back
Top