Archive Viewer: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Software
|Picture=Arcvw224.png
|Version=2.25
|Author=[[Alex Taylor]]
|License=GNU GPL V2
|Download={{FileLink|ArcView-2_25}}
|Website=[http://www.altsan.org/programming/os2/index.html#arcview]
}}
'''Archive Viewer''' is a very simple GUI tool for viewing and extracting archive files of various types.


==Download==
Built with Watcom VX-REXX 2.1D.
 
==Supported formats==
;Compressed files
*compress (.Z)
*gzip (.gz)
*bzip2 (.bz2)
*lzip (.lz)
*xz (.xz)
;Archives
*ARJ archives (*.arj)
*JAR archives (*.jar)
*LHArc archives (*.lzh, *.lha)
*RAR archives (*.rar)
*RPM packages (*.rpm)
*TAR - Unix-style tape archives
*[[WarpIN]] archives (*.wpi)
*ZIP archives (*.zip)
*7Z archives (*.7z)
 
==Links==
* [http://trac.netlabs.org/vxapps/browser/projects/arcview Source Code at Netlabs]
* [http://trac.netlabs.org/vxapps/browser/projects/arcview Source Code at Netlabs]
* [https://github.com/OS2World/UTIL-ARCHIVER-ArcView Source Code at Github]
* [https://github.com/OS2World/UTIL-ARCHIVER-ArcView Source Code at Github]


==License==
[[Category:Archiver frontend]]
GNU GPL V2
 
==Author==
* [[Alex Taylor]]
 
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 20:57, 9 March 2024

Archive Viewer
Version 2.25
Vendor
Author Alex Taylor
License GNU GPL V2
Download ArcView-2_25
Website [1]

Archive Viewer is a very simple GUI tool for viewing and extracting archive files of various types.

Built with Watcom VX-REXX 2.1D.

Supported formats

Compressed files
  • compress (.Z)
  • gzip (.gz)
  • bzip2 (.bz2)
  • lzip (.lz)
  • xz (.xz)
Archives
  • ARJ archives (*.arj)
  • JAR archives (*.jar)
  • LHArc archives (*.lzh, *.lha)
  • RAR archives (*.rar)
  • RPM packages (*.rpm)
  • TAR - Unix-style tape archives
  • WarpIN archives (*.wpi)
  • ZIP archives (*.zip)
  • 7Z archives (*.7z)

Links