Contents
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:2k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. Contents of the "vms" sub-archive for UnZip 5.3 and later:
  2.   Contents            this file
  3.   README              general VMS info about using UnZip and zipfiles
  4.   unzip_def.rnh       UnZip default help page, RUNOFF format
  5.   unzip_cli.help      UnZip VMSCLI help page, TPU format
  6.   unzipsfx.hlp        UnZipSFX pre-formatted help page
  7.   cvthelp.tpu         TPU macro file to convert .help file to RUNOFF format
  8.   cmdline.c           VMS-style command-line-interface code (if VMSCLI defined)
  9.   unz_cli.cld         more VMS-command-line stuff (if VMSCLI defined)
  10.   vms.c               VMS file manipulation code
  11.   vms.h               VMS header file for UnZip
  12.   vmsdefs.h           VMS system declarations (missing C compiler support)
  13.   make_unz.com        command file to make UnZip with GNU or DEC C on VAX or AXP
  14.   link_unz.com        command file to (re)link UnZip and UnZipSFX
  15.   descrip.mms         MMK/MMS makefile for UnZip/ZipInfo and UnZipSFX
  16.   unzip.opt           options file used for linking unzip
  17.   unzipsfx.opt        options file used for linking unzipsfx
  18.   makesfx.com         command file to create self-extracting archives
  19. MAKE/VMS is no longer supported since MMK (MMS clone by Matt Madison/MadGoat
  20. Enterprises, compatible with descrip.mms) is both free and becoming quite
  21. popular.  MMK is available by anonymous ftp from ftp.spc.edu/ftp.wku.edu and
  22. by mailserver at lists.wku.edu.  Check VMS newsgroups for announcements and
  23. exact location.
  24. The MAKE_UNZ.COM command file accepts compilation options in a LOCAL_UNZIP
  25. symbol or logical; the format is "VMSCLI,RETURN_CODES" (for example).
  26. DESCRIP.MMS must be edited in order to use special options.