rar files

  • Thread starter Thread starter TranZ
  • Start date Start date
How were they split?
-----------------
I have no idea.
I have 3 files 2.930KB each...
NOR-part01
NOR-part02
NOR-part03

Type:
RAR File

How do I join them?
 
TranZ - 12.10.2003 11:58 :

How were they split?
-----------------
I have no idea.
I have 3 files 2.930KB each...
NOR-part01
NOR-part02
NOR-part03

Type:
RAR File

How do I join them?

on commandline try:

copy /b NOR* whateverbutnotNOR.rar

and you should get your parts in a single result.rar

Please report if this works for you.
 
They may have been split by the RAR program...may have been split by some
uuencoding program...may have been split by some file splitting program.
You can copy (binary) if they don't have some weird headers on the
individual files. If one of the files has a EXE extension it's possible
they're set up to rejoin by running the EXE part.
 
How do I join them?

on commandline try:
copy /b NOR* whateverbutnotNOR.rar
and you should get your parts in a single result.rar
Please report if this works for you.
 
Back
Top