Jump to content

Recommended Posts

Posted

Hi I am having problems in running robocopy below is the script, the only problem is that its removes the simsbackup as-well as the delete folder? Please can someone help!!!

 

 

mkdir c:\delete

robocopy "C:\simsbackup" "C:\delete" /E /MOVE /MINAGE:2

/LOG+:c:\robocopy.log

rmdir "c:\delete" /s /q

 

 

 

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...