batch.scripts icon indicating copy to clipboard operation
batch.scripts copied to clipboard

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

Open Andrew-J-Larson opened this issue 6 years ago • 3 comments

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.

Andrew-J-Larson avatar May 29 '19 15:05 Andrew-J-Larson

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

npocmaka avatar Jun 05 '19 11:06 npocmaka

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.

Andrew-J-Larson avatar Jun 08 '19 11:06 Andrew-J-Larson

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

SergeAgeyev avatar Feb 11 '20 11:02 SergeAgeyev