Easy backup/restore Windows 9x solution

doslfnm must be loaded before.

Using pkzip

backup.bat

pkzip -arp backup.zip C:\windows\*

restore.bat

pkunzip -d backup.zip C:\windows

Using info-zip

backup.bat

zip -r -u -S C:\backup.zip C:\windows

restore.bat

unzip -o C:\backup.zip -d C:\
 
windows/backup.txt · Last modified: 2023-04-13 23:30 by e1z0
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki