0

I'm trying to write batch script to zip multiple files separately by using WinRAR. I can do it by using 7zip by using this

for %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%%X.zip" "%%X\"

But I want to zip these files using WinRAR. Please help me with this. Thanks

npocmaka
  • 53,069
  • 18
  • 138
  • 177
  • 1
    http://acritum.com/software/manuals/winrar/ – npocmaka Feb 14 '17 at 09:14
  • 1
    Start *WinRAR*, click in menu __Help__ on menu item __Help topics__, open on tab __Contents__ the list item *Command line mode* and __read__ the help pages about *Command line syntax*, *Alphabetic commands list* and *Alphabetic switches list*. Look also on answers on [How to archive each folder in a directory separately using WinRAR?](http://stackoverflow.com/a/36823984/3074564) and [How to compress each subfolder in a folder into a separate RAR archive using WinRAR?](http://stackoverflow.com/a/24936153/3074564) – Mofi Feb 14 '17 at 18:29

0 Answers0