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, ∼8482🔥, 0💬
Popular Posts:
What are default Startup Programs on a Windows 7 Home Premium computer? If you are running a Windows...
What is "Secondary Logon" in my Windows XP service list? And how is "Secondary Logon" service relate...
How to remove issch.exe from the startup application list to gain performance and reduce security ri...
How do I copy customized media information for my files to my new computer? When you add or edit med...
Daylight saving time has been changed since March 2007 in US, Canada and Mexico. How do I update my ...