zipping all maps

  • Thread starter Deleted User
  • Start date
  • Views 916
  • Replies 3
D

Deleted User

Guest
OP
30j38t2.png
lets say i have all these maps and i want to zip them do i need to zip each map individually or can i zip them all at once and get this?:
o8v4wp.png
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,321
Country
United Kingdom
You could go individually but if you have a halfway nice compression program (or just get 7zip) it should have a command line option and you can hopefully use that (either by listing the directories first and making a batch file from that or possibly using a for loop) to compress a whole folder.

Edit-
the for command if you have the 7z program in the directory or your path will be something like
Code:
for /d /r %G in ("*") DO 7z a "%G.7z" "%G"

Edit2 - I looked up the winrar command line syntax and it will probably be something like

Code:
for /d %G in ("*") DO rar a -r "%G.rar" "%G"

rar a -r yourfiles.rar *.txt c:\yourfolder

creates archive yourfiles.rar and compresses all .txt files in c:\yourfolder and all its subfolders
 
  • Like
Reactions: Deleted User

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: But I bet that would be more for a flashcart than a consumer repro board.