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, ∼8575🔥, 0💬
Popular Posts:
Can I disable Windows service "WebClient" to speedup my computer? Windows service "WebClient" - Enab...
What is "User Profile Service" in my Windows XP service list? And how is "User Profile Service" serv...
What is the scheduled task "\Microsoft\Windows\Sett ingSync\BackgroundUpload Task"on my Windows 8 com...
How to verify if your system is connected to the Internet? Windows system has two commands "ipconfig...
What is "Cryptographic Services" in my Windows XP service list? And how is "Cryptographic Services" ...