Zipping in Microsoft Windows command line
Zipping in Microsoft Windows command line
It is weird, but Microsoft Windows doesn't have a command line zip, but does have one via the visual File Explorer. There is a workaround:
tar -a -c -f new.zip MyFile.exe
Comments
Post a Comment