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, 7821🔥, 0💬
Popular Posts:
How much does Windows Media Player 11 cost Windows Media Player 11 is a free update to the Windows M...
Where to find tutorials on using Windows 8 Installed Programs and software? Here is a collection of ...
How can I get detailed system information from my Windows Server 2012? A quick way to get detailed i...
How do I get the latest version of Windows Defender? If you installed Windows AntiSpyware (Beta) pri...
What is Scheduler.exe - Process - HP Backup Scheduler? Process Scheduler.exe is the backup scheduler...