How do you join .c01 , .c02, .c03 etc.
I need help, how do you join these together. I have files .c01, .c02 etc files but can't join.
How To Split .ISO FileCan anyone explain to me how you would take a big file, such as a game .iso, a[...]
i downloaded an 8 part avi...was expecting a rar but didnt pay attention and ive tried joining with [...]
I'm about to install windows vista on my computer,but I want to create another partition with window[...]
I have seen a few things I'd like to download that have like 40 parts to it. Is there any software o[...]
Do u guys know how to add a password for files?I would like to add password and it can't be changed [...]
oin the file(s) with WinAce.
ReplyDeletehttp://www.fileinfo.net/extension/c01
Q: How do I unpack the "ace", c01, c02, etc. files?
ReplyDeleteA: Use WinRAR, or get WinACE. Some game-release groups use ACE compression because it packs some types of files the best.
Get WinACE at:
http://www.winace.com/
Make .BAT file (create new text document and change it's extension (.txt to .bat)
ReplyDeletethen copy following code into it and save.
copy /B part1.c01 + part2.c02 name.extension
part1, part2 = names of the parts of file
name.extension = final file in which will be joined all parts into one.
(for example: if you downloaded a movie, then movie.AVI (or MPEG ,MPG, MOV, VOB ...)
if you have for example 10 files named: ***.c01, ***.c02, ***.c03 etc
you will have to add them manually into the script, just between each "part*.c0*" put sign "+".
example:
copy /B HL2trainer.001 + HL2trainer.002 + HL2trainer.003 HL2trainer.exe
Tip: All parts of the file must be in the same folder as .bat file