Re: Winrar Question--Opening multiple files
- From: "Vanguard" <vanguard.code@xxxxxxxxxxxxxx>
- Date: Mon, 12 Dec 2005 18:08:19 -0600
"asdf" <asdf@xxxxxxxx> wrote in message news:S3onf.31051$L7.23697@xxxxxxxxxxx
let say i have several rar files in the folder:
file1.part1. file1.part2 file1.part3 file2.part1 file2.part2 file2.part3
instead of unraring file1 and then file2 individually can i somehow issue a command for winrar to unrar all the files in the folder at once. Because otherwise if i have many files to unrar it takes a long time to do them individually.
I don't have or use WinRAR. Why not use a .bat script file to do what you want, or even just run it from the command line, where you use a for-loop? For example:
for %a in (*) do winrar "%a" or
for <rootpath> %a in (*) do winrar "%a"
In a .bat file, you need to double the percent sign. Running "for /?" from a command line tells you how to use it.
.
- References:
- Winrar Question--Opening multiple files
- From: asdf
- Winrar Question--Opening multiple files
- Prev by Date: Re: Downloadable version of XP?
- Next by Date: Re: Blocked SMTP (port 25)
- Previous by thread: Re: Winrar Question--Opening multiple files
- Next by thread: Re: Winrar Question--Opening multiple files
- Index(es):
Relevant Pages
|