Skip to content

Instantly share code, notes, and snippets.

@kmila
Last active October 13, 2015 08:48
Show Gist options
  • Save kmila/4169938 to your computer and use it in GitHub Desktop.
Save kmila/4169938 to your computer and use it in GitHub Desktop.
7za
"zip
@echo off
set arg1=%*
@echo on
_7za.lnk a -tzip %1.zip %arg1%
pause
"unzip
set arg1=%1
pause
_7za.lnk x %arg1% -o%1_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment