Computer Productivity Hacks

From TeleCafeWiki
Revision as of 14:14, 31 January 2014 by Dave (talk | contribs) (→‎Folder & File Compression: Replace defective tutorial with another that (one hopes) will work.)
Jump to navigation Jump to search

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.