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, ∼8316🔥, 0💬
Popular Posts:
What Is Vundo Related vtsts.dll? 1. From www.bullguard.com/forum/ 8/DowloadTrojan-Virus-vt stsdll_1434...
Can I remove startup application "ifrmewrk.exe - Intel Wireless Framework" to speedup my computer an...
I have created a table in MS Access. How do I create a form to help enter data into the table? Assum...
Can I remove startup application "GoogleDesktop.exe - Google Desktop Search" to speedup my computer ...
How to play music files with Windows Media Center? If you have Windows Media Center setup correctly,...