D
Deleted User
Guest
for /d /r %G in ("*") DO 7z a "%G.7z" "%G"
for /d %G in ("*") DO rar a -r "%G.rar" "%G"
thank you!With winrar, select all the files/folders, right click on them, click on "Add to archive..." then in the Files tab check "Put each file to separate archive"
That should work.

