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, 7635🔥, 0💬
Popular Posts:
How to remove AcroIEHelper.dll - Adobe Acrobat IE Helper Version 6.0 for ActiveX? DLL AcroIEHelper.d...
How to uninstall Yahoo! Install Manager? If you want to remove Yahoo! Install Manager from your syst...
What is CLI.exe - Process - ATI CLI Application (Command Line Interface)? Process CLI.exe is the ATI...
What is the startup program "Intel Graphics Accelerator Helper - igfxtray.exe" on my Windows 8 compu...
How much memory can I free up by disabling unnecessary Windows services? If you are buying a new com...