7zip tricks: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 May 2025

  • curprev 09:4309:43, 17 May 2025Pverha10 talk contribs 661 bytes +661 Created page with "7zip tricks ==7zip from dosbox== To create seperate zip files from the commandline in dos with 7zip the following: <pre> forfiles /M data.* /C "cmd /c 7z a @file.zip @file" </pre> In the following directory: <pre> C:\TEMP>dir Volume Serial Number is 1337-1337 Directory of C:\TEMP 01-01-2001 00:00 <DIR> . 01-01-2001 00:00 <DIR> .. 01-01-2001 07:00 16.384 data.log 01-01-2001 08:00 16.384 data.dat 01-01-2001 09:00..."