![]() |
|
|||||||||||
Tutorial - Using WinRAR command-line toolsWhen you install WinRar, two command-line tools are also installed, rar.exe and unrar.exe. They will be located in C:\Program Files\WinRAR by default. Here's an example of how to extract the contents of a single rar file:
You can of course wrap all of this into a batch file that loops through
all of the .rar files in a folder. Here's a quicky sample (doesn't
handle spaces in .rar file names):
@REM ------- BEGIN demo.cmd ----------------
@setlocal @echo off set path="C:\Program Files\WinRAR\";%path% for /F %%i in ('dir /s/b *.rar') do call :do_extract "%%i" goto :eof :do_extract echo %1 mkdir %~1.extracted pushd %~1.extracted unrar e %1 popd REM ------- END demo.cmd ------------------ For detailed information on windows batch files, please see: OSX documentation [new]
|
||||||||||||
|
![]() |
|||||||||||
![]() |
||||||||||||
| [site map] | [Home - ResPower Render Farm] | [Rendered At ResPower] | [Herbie: Fully Loaded] | [Gridlife] | [Griffon - Busch Gardens] | [Man in Man] | [3ds Max®] | [Blender] | [LightWave®] | [Maya®] | [Vue] | [Contact Info] | [FAQ - General] | [FAQ - Subscriptions] | [Cut Render Times and Costs] | [Split-Frame Rendering] | [Brazil r/s enabled] | [Mac Corner] | [rpc enabled] | [V-Ray enabled] | [WavGEN enabled] | [supports mental ray] | [Multiple Pricing Models] | [Reproducible Filesystem Layout] | [Education Center] | [V-Ray Irradiance Maps] | [Character Rigging - Fat Boss] | [Hair] | [Using LightWave Content Manager] | [Configuring Maya Particles For Use with a Render Farm] | [Using RAR from a command line] | [Privacy Notice] | ||||||||||||