home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / sx400h1.zip / XPEXE.ZIP / XPARCH.CTL < prev    next >
Text File  |  1993-04-27  |  4KB  |  136 lines

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