vote up 0 vote down star

Hi,

I looked for the answers in the list and did not find any matching. Can any body please,m let me know that what is the command that can be used to zip a file using winrar in the command line and move it to a particular folder. Please, let me know.

Thanks for all your helps.

soofi


71% accept rate

1 Answer

vote up 0 vote down

The following will create an archive named test.rar in the root of the C drive which will contain the contents of the folder C:\test and all subfolders except empty ones.

"C:\Program Files\WinRAR\rar.exe" a -m5 -ed -pTest c:\test.rar c:\test

Winrar has two command line version of its self rar.exe and unrar.exe which are in Program Files\WinRAR\rar.exe

I dont know all the areguments for them but im sure googling with reveal all ^_^

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.