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, ∼8258🔥, 0💬
Popular Posts:
How to restore Bluetooth icon in the taskbar (system tray) on Windows 7? I removed it by a mistake. ...
How to install Windows 7 Service Pack 1 (SP1)? I have the SP1 file downloaded. If you have the Windo...
What files are installed by Yahoo! Toolbar for Internet Explorer (IE) 7 browser? Whenever an Interne...
How to view system properties on Windows Server 2012? I just want to get some basic information abou...
Can I disable Windows service "Intel NCS NetService" to speedup my computer? Windows service "Intel ...