Copyright (C) 2003 Andox <andox@telia.com>

Disclaimer
----------
I take absolutely no responsibility for any harm this software may cause to
your PC.


Command and Conquer : Generals(TM) .BIG file container tool.
---------------------------------------------
Version 1.0 BETA




Some examples follows:

1.
ccgtool.exe "D:\games\Command and Conquer Generals\Music.big" LIST

	This will output all filenames that music.big contains to screen.

2.
ccgtool.exe "D:\games\Command and Conquer Generals\Music.big" EXTRACT * "C:\MyDir"

        This command will extract ALL files that music.big contains to directory C:\MyDir.

3.
ccgtool.exe "D:\games\Command and Conquer Generals\MyBigFile.big" CREATE "C:\MyDir"

	This command will create a new BIG file from the files in C:\MyDir.


FAQ:

1. "I just want to modify some of the games .ini files"

 Ok, then use these commands.

   ccgtool.exe "D:\games\Command and Conquer Generals\INI.big" EXTRACT * "C:\MyDir"

   After you have modified the files you want in C:\MyDir execute the following command.

   ccgtool.exe "D:\games\Command and Conquer Generals\MyINI.big" CREATE "C:\MyDir"

   Now rename "D:\games\Command and Conquer Generals\INI.big" to "D:\games\Command and Conquer Generals\INI_org.big"
   and "D:\games\Command and Conquer Generals\MyINI.big" to "D:\games\Command and Conquer Generals\INI.big"
