home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SX503H1.ZIP / XPSYS.ZIP / XPARCH.CTL < prev    next >
Text File  |  1994-06-03  |  4KB  |  139 lines

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