Question:

How to make a batch file move the folders from my desktop to a temporary folder

by  |  earlier

0 LIKES UnLike

i need the script to move all the folders from my desktop to a temporary folder

 Tags:

   Report

1 ANSWERS


  1. Add this to your batch file.  It replaces XCOPY in Vista.  If you don't have Vista, download the Win2003 resource kit from Microsoft.

    http://www.microsoft.com/downloads/detai...

    ROBOCOPY sourcedir destinationdir /MOVE    

    (use the full MOVE to delete all files and directories from the source, using  MOV will delete files but NOT the directories.)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.