npocmaka / batch.scripts

batch script utils and examples by npocmaka -
https://www.linkedin.com/in/npocmaka/
MIT License
1.06k stars 863 forks source link

Need separate 'zip' / 'unzip' .bat files #20

Open Andrew-J-Larson opened 5 years ago

Andrew-J-Larson commented 5 years ago

Some users don't want all that extra information or features that you have in your file.

Me personally, I just need to have your file, but in a way that I can use them like on a POSIX system.

npocmaka commented 5 years ago

Isn't writing a wrapper scripts an option? the zip script is not so big...

Andrew-J-Larson commented 5 years ago

Well, I want to make a program that only need the zip and unzip functionality, but also trying to keep it a very very small size of a script.

SergeAgeyev commented 4 years ago

You may find zip.bat utility at: https://github.com/openlab-vn-ua/BatArt/blob/master/zip.bat