Created
October 29, 2013 22:38
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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