All public logs

Jump to navigation Jump to search

Combined display of all available logs of plnx.nl. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:43, 17 May 2025 Pverha10 talk contribs created page 7zip tricks (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...")