Collections:
Other Resources:
Running WinRAR in a Command Line Window
Running WinRAR in a Command Line Window
✍: Guest
WinRAR also support command line operations. This is important to allow users to incorporate WinRAR commands into automated scripts. Here is a simple script used to backup a directory, backup.bat:
@rem backup.bat
@rem Usage: backup directory zipfile password
\local\winrar\winrar a -afzip -r -p%3 %2.zip %1\*.*
The restore script is also very simple, restore.bat:
@rem restore.bat
@rem Usage: restore zipfile password
\local\winrar\winrar x -p%2 %1.zip .\
2008-10-07, ∼8534🔥, 0💬
Popular Posts:
Understanding HelpSvc.exe, "Microsoft Help Center Service" - part of the "Help and Support Center" a...
How can I tell the number of CPU or logical processors on my Windows Server 2012? To find out how ma...
I get the message "cyberlink powercinema resident program has stopped working" on startup on my Dell...
Where to find tutorials on Internet Explorer (IE)? Here is a large collection of tutorials to answer...
How to uninstall OpenOffice.org 2.2? If you want to uninstall OpenOffice.org 2.2, you should follow ...