home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / XPSYS.ZIP / XPARCH.CTL < prev    next >
Text File  |  1994-01-31  |  4KB  |  137 lines

  1. ;------------------------------------------------------------------------
  2. ;               Silver Xpress 4.00 Archive Definition file
  3. ;             (c) copyright 1988-1994 by Santronics Software
  4. ;
  5. ; 1) Keep your most popular archivers at the top for faster detection.
  6. ; 2) Ident length must not be greater than 15 characters.
  7. ; 3) See documentation for adding more archiver definitions.
  8. ;
  9. ; NOTE: This FILE should not be given to USERS.  They use a different
  10. ;       format.
  11. ;
  12. ;------------------------------------------------------------------------
  13. ;
  14. ; Each Archiver begins with ARCHIVER and ends with END ARCHIVER.
  15. ;
  16. ; ARCHIVER is the name of the archiver.  It is shown to the user in
  17. ; the door menu.  It is also passed to the 3.0x reader for off-line
  18. ; configuration.
  19.  
  20. Archiver Phil Katz's PKZip 2.04G
  21.  
  22. ;
  23. ;  HOTKEY:  The letter the user hits to select the archiver.  It is
  24. ;  also stored for the user.  If a hotkey letter is changed, the
  25. ;  user may lose his configuration for the archiver.
  26. ;
  27.   HotKey        Z
  28. ;
  29. ;  EXTENSION:  Not Required for Silver Xpress Mail System since Xpress uses
  30. ;  OPX and REP for its file extensions.
  31. ;
  32.   Extension     ZIP
  33. ;
  34. ;  IDENT:  EXTREMELY important.  Do not change this unless you know what
  35. ;  you are doing.  This IDENT identifies the archiver format.  Xpress will
  36. ;  use this ident to auto-detect the REPLY file uploaded to Silver Xpress.
  37. ;
  38.   Ident         0,504b030414
  39. ;
  40. ;  ADD:  This is the statement used to add/create the OPX file.  %f is
  41. ;  the opx file name, and %s is the file spec.  Normally, Xpress will
  42. ;  pack up everything that is stored in the WORK directory, so %s is
  43. ;  usually *.*
  44. ;
  45.   Add           pkzip %f %s
  46. ;
  47. ;  EXTRACT:  This is the statement used to unzip REPly files uploaded
  48. ;  by the user.  %f is the name of the REP file uploaded by the user.
  49. ;
  50.   Extract       $pkunzip -o %f
  51. ;
  52. ;  VIEW:  Not Used by Xpress at this TIME.
  53. ;
  54.   View          pkzip -v %f
  55. ;
  56. ;  DELETE:  Not Used by Xpress at this TIME
  57. ;
  58.   Delete        pkzip -d %f
  59. ;
  60. ; ESTCRATIO:  This value is used by Xpress to provide an estimate of the
  61. ; OPX File size the user will download.  The estimate is shown at the
  62. ; FLEX Select Prompt.  The number below is a percentage, ie., 38 represents
  63. ; a 38 percent compression.  Keep in mind this is only an estimate but
  64. ; it's a darn good conservative one!
  65. ;
  66.   EstCRatio     38
  67. ;
  68. ; Each archiver must end with this statement.
  69. ;
  70. End Archiver
  71.  
  72. Archiver Phil Katz's PKZip V1.xx
  73.   HotKey        N
  74.   Extension     ZIP
  75.   Ident         0,504b0304
  76.   Add           opkzip %f %s
  77.   Extract       $pkunzip -o %f
  78.   View          opkzip -v %f
  79.   Delete        opkzip -d %f
  80.   EstCRatio     38
  81. End Archiver
  82.  
  83. Archiver LhArc V2.10
  84.   HotKey        L
  85.   Extension     LZH
  86.   Ident         2,2D6C68
  87.   Add           lha a /m %f %s
  88.   Extract       lha e %f
  89.   View          lha l %f
  90.   Delete        lha d %f
  91.   EstCRatio     38
  92. End Archiver
  93.  
  94. Archiver Robert Jung's ARJ program
  95.   HotKey        J
  96.   Extension     ARJ
  97.   Ident         0,60ea
  98.   Add           arj m -! %f %s
  99.   Extract       arj e -y %f
  100.   View          arj l %f
  101.   Delete        arj d %f
  102.   EstCRatio     38
  103. End Archiver
  104.  
  105. Archiver Phil Katz's PKPak (SEA compatibility mode)
  106.   HotKey        A
  107.   Extension     ARC
  108.   Ident         0,1A09
  109.   Add           pkpak -oct m %f %s
  110.   Extract       pkunpak /r %f
  111.   View          pkpak v %f
  112.   Delete        pkpak d %f
  113.   EstCRatio     38
  114. End Archiver
  115.  
  116. Archiver NoGate's PAK program
  117.   HotKey        P
  118.   Extension     PAK
  119.   Ident         -2,fe
  120.   Add           pak m /WA %f %s
  121.   Extract       pak e %f
  122.   View          pak v %f
  123.   delete        pak d %f
  124.   EstCRatio     38
  125. End Archiver
  126.  
  127. Archiver Rahul Dhesi's ZOO program
  128.   HotKey        O
  129.   Extension     ZOO
  130.   Ident         0,5a4f4f
  131.   Add           zoo -m %f %s
  132.   Extract       zoo -e %f
  133.   View          zoo -p %f
  134.   Delete        zoo -d %f
  135.   EstCRatio     38
  136. End Archiver
  137.