Computer Productivity Hacks
Revision as of 13:14, 31 January 2014 by Dave (talk | contribs) (→Folder & File Compression: Replace defective tutorial with another that (one hopes) will work.)
Folder & File Compression
- Example:
for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%%X.zip" "%%X\"
- To compress a folder without using any particular compression software.