Skip to content

Instantly share code, notes, and snippets.

@codebycliff
Created October 29, 2013 22:38
Show Gist options
  • Save codebycliff/7223960 to your computer and use it in GitHub Desktop.
Save codebycliff/7223960 to your computer and use it in GitHub Desktop.
Remove .bc! From file extensions (taken from http://www.utorrent.com/help/guides/migrate)
@for /r %i in (*.bc!) do @move "%~fi" "%~dpni"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment