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, ∼8261🔥, 0💬
Popular Posts:
What is "Office Software Protection Platform" in my Windows 7 service list? And how is "Office Softw...
How to create a command button to run my macro in slide show view? I have created a macro that displ...
What is lsass.exe process - LSA Shell (Export Version)? Process lsass.exe is the Local Security Auth...
What is the HP Software Installation step doing during Windows 7 initial set up? If you bought a new...
What is "Office Software Protection Platform" in my Windows 7 service list? And how is "Office Softw...