Skip to content

Instantly share code, notes, and snippets.

@icarrr
Created November 25, 2019 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icarrr/fecd5520b094d831f0775c3cc3ca3276 to your computer and use it in GitHub Desktop.
Save icarrr/fecd5520b094d831f0775c3cc3ca3276 to your computer and use it in GitHub Desktop.
Can move files that are more than 2 days old
@echo off
set X=2
set "source=source"
set "destination=destination"
robocopy "%source%" "%destination%" /move /minage:%X%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment