Skip to content

Instantly share code, notes, and snippets.

@NeoTech
Created November 20, 2014 15:41
Show Gist options
  • Save NeoTech/c72c61a44dcd058f9d37 to your computer and use it in GitHub Desktop.
Save NeoTech/c72c61a44dcd058f9d37 to your computer and use it in GitHub Desktop.
Le Commands
#-- Loop through subfolders shenaningans and unrar every bloody archive you find.
for /r "./" %i in (`dir *.rar /s/b`) do 7z x %i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment