Advertisement
killerbng

7zip unzip folder - x64 version

Dec 25th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. for /R "C:\Users\Nathan Chambers\Desktop\ROMS (Games)\" %%I in ("*.zip") do (
  2.  "%ProgramFiles%\7-Zip\7z.exe" x -y -o"%%~dpI" "%%~fI"
  3. )
  4. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement