ARI (compressed archive)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(File structure)
Line 3: Line 3:
 
|subcat=Archiving
 
|subcat=Archiving
 
|extensions={{ext|ari}}
 
|extensions={{ext|ari}}
|released=1991?
+
|released=≤1993
 
}}
 
}}
 
'''ARI''' is a compressed archive utility for DOS, and associated file format, developed by RAO Inc. It was distributed as freeware, and there was a registered version with more features.
 
'''ARI''' is a compressed archive utility for DOS, and associated file format, developed by RAO Inc. It was distributed as freeware, and there was a registered version with more features.
  
 
== File structure ==
 
== File structure ==
This information pertains to ARI and [[ERI (compressed archive)|ERI]], and is based on reverse engineering. It may be incorrect, and is likely incomplete. The software has many features whose effect on the format has not been tested.
+
This information (written for the fileformats.archiveteam.org wiki) pertains to ARI and [[ERI (compressed archive)|ERI]], and is based on reverse engineering. It may be incorrect, and is likely incomplete. The software has many features whose effect on the format has not been tested.
  
 
An ARI or ERI file is a sequence of "member file" segments, each with the following structure:
 
An ARI or ERI file is a sequence of "member file" segments, each with the following structure:
Line 40: Line 40:
  
 
== Software ==
 
== Software ==
* [http://old-dos.ru/index.php?page=files&mode=files&do=show&id=1621 Various versions of ARI at old-dos.ru]
+
* {{CdTextfiles|pdos9606/ARCHIVER/TOOLS/ARI112.ZIP|ARI 1.12}} (seems very buggy)
* {{CdTextfiles|pdos9606/ARCHIVER/TOOLS/ARI112.ZIP|ARI 1.12}} (incomplete?/nonworking)
+
* ARI 1.13u: [https://archive.org/details/Simtel_MSDOS_1996-09 Simtel MSDOS 1996-09] → Simtel-MSDOS-Sep1996-CD2.iso → DISC2/ARCERS/ARI113U.ZIP
* [http://mpolibbs.steptail.com/software/DOS/COMPRESS/ARI113V.ZIP ARI 1.13V]
+
* [http://mpolibbs.steptail.com/software/DOS/COMPRESS/ARI113V.ZIP ARI 1.13v]
 +
** Another copy: [https://archive.org/details/CHIP1996OktoberCD08 CHIP 1996. október (CD 08)] → CHIP_CD08.{BIN,CUE} → sac/pack/ari113v.zip
 
* [http://www.dcee.net/Files/Archiver/ari114.com ARI 1.14]
 
* [http://www.dcee.net/Files/Archiver/ari114.com ARI 1.14]
* [http://mpolibbs.steptail.com/software/DOS/COMPRESS/ARI114C.ZIP ARI 1.14C]
+
* [http://mpolibbs.steptail.com/software/DOS/COMPRESS/ARI114C.ZIP ARI 1.14c and 1.13w]
 +
** Another copy: [https://archive.org/details/dptoolclub-cdasc DP Tool Club CD ASC #03, 08, 31-34] → CDASC_33_1996_novembre.iso → DOS/TOOLS/ARI114C.ZIP
 +
* {{CdTextfiles|simtel/simtel9703/disk2/DISC2/ARCERS/ARI214.COM|ARI 2.14}}
 
* {{CdTextfiles|simtel/stmsdos9709/disk1/DISC1/ARCERS/ARI215.EXE|ARI 2.15}}
 
* {{CdTextfiles|simtel/stmsdos9709/disk1/DISC1/ARCERS/ARI215.EXE|ARI 2.15}}
 
* {{CdTextfiles|simtel/simtel0101/simtel/arcers/ari22.exe|ARI 2.2}}
 
* {{CdTextfiles|simtel/simtel0101/simtel/arcers/ari22.exe|ARI 2.2}}
 +
* [http://old-dos.ru/index.php?page=files&mode=files&do=show&id=1621 Various versions of ARI at old-dos.ru]

Revision as of 16:25, 6 April 2023

File Format
Name ARI (compressed archive)
Ontology
Extension(s) .ari
Released ≤1993

ARI is a compressed archive utility for DOS, and associated file format, developed by RAO Inc. It was distributed as freeware, and there was a registered version with more features.

File structure

This information (written for the fileformats.archiveteam.org wiki) pertains to ARI and ERI, and is based on reverse engineering. It may be incorrect, and is likely incomplete. The software has many features whose effect on the format has not been tested.

An ARI or ERI file is a sequence of "member file" segments, each with the following structure:

Size in bytes Name Description and remarks
path_len filename_path Variable size, often absent. The logic for finding the size is unclear.
8 filename_base Filename, base part, padded with spaces or NUL bytes
3 filename_ext Filename extension, padded
1 File attributes and other flags. 0x80 bit may be set when filename_path is present.
2 timestamp_time DOS time/date
2 timestamp_date
4 Original file size
4 member_size Total size of this member (header + cdata)
4 CRC-32, unknown algorithm
member_size−(path_len+28) cdata Compressed file data

Related formats

Software

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox