home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / SBBS_3RD / SBBS-RAR.TXT < prev    next >
Encoding:
Text File  |  1998-12-17  |  3.9 KB  |  110 lines

  1. -= How to setup the RAR archive format with Synchronet BBS =-
  2.  
  3.  
  4. Welcome! The following are just a few tips on how to setup your Synchronet
  5. BBS file areas to support RAR archive files. RAR has recently become a very
  6. popular archive format because of its high compression ratio. It might be
  7. a good idea to include RAR support in addition to ZIP, ARJ, ARC, LZH, etc.
  8.  
  9.  
  10. -= Lets get started =-
  11.  
  12.  
  13. The first thing you need to do is obtain a recent version of RAR for DOS.
  14. Copy all of the files in the RAR package into your SBBS\EXEC directory.
  15. Most importantly, make sure RAR.EXE is in the SBBS\EXEC directory.
  16.  
  17. Now go into SCFG and set it up under File Options->Testable Files.
  18. It should look something like this:
  19.                                                   
  20. ╔[■][?]══════════════════════════════════════════════╗
  21. ║                 Testable File Type                 ║
  22. ╠════════════════════════════════════════════════════╣
  23. ║ │File Extension        RAR                         ║
  24. ║ │Command Line          %!rar t -std -c- %f         ║
  25. ║ │Working String        Testing RAR Integrity...    ║  
  26. ║ │Access Requirements                               ║
  27. ╚════════════════════════════════════════════════════╝
  28.  
  29. If you want to add an archive comment to all RAR files, just point it to
  30. your ZIPMSG.TXT file by adding the following switch to the above command
  31. line:
  32.  
  33. -zC:\SBBS\TEXT\ZIPMSG.TXT
  34.  
  35. Make sure you replace C: with the correct drive letter on your system.
  36.  
  37.  
  38. Now go to File Options->Viewable Files and set it up in there.
  39. It should look something like this:
  40.  
  41. ╔[■][?]═══════════════════════════════════════════╗
  42. ║                Viewable File Type               ║
  43. ╠═════════════════════════════════════════════════╣
  44. ║ │File Extension        RAR                      ║
  45. ║ │Command Line          %!rar l -std -c- -p- %s  ║
  46. ║ │Access Requirements                            ║
  47. ╚═════════════════════════════════════════════════╝
  48.  
  49.  
  50. Next, go to File Options->Extractable Files and set it up in there.
  51. It should look something like this:
  52.  
  53. ╔[■][?]═════════════════════════════════════════════════════╗
  54. ║                   Extractable File Type                   ║
  55. ╠═══════════════════════════════════════════════════════════╣
  56. ║ │File Extension        RAR                                ║
  57. ║ │Command Line          %!rar e -std -o+ -c- -p- %f %g %s  ║
  58. ║ │Access Requirements                                      ║
  59. ╚═══════════════════════════════════════════════════════════╝
  60.  
  61.  
  62. Now, go to File Options->Compressable Files and set it up in there.
  63. It should look something like this:
  64.  
  65. ╔[■][?]══════════════════════════════════════════╗
  66. ║              Compressable File Type            ║
  67. ╠════════════════════════════════════════════════╣
  68. ║ │File Extension        RAR                     ║
  69. ║ │Command Line          %!rar a -std -c- %f %s  ║
  70. ║ │Access Requirements                           ║
  71. ╚════════════════════════════════════════════════╝
  72.  
  73.  
  74. Now go to External Programs->Global Swap List and add it there.
  75. It should now be listed in the swap list, similar to this:
  76.  
  77. ╔[■][?]══════════════╗
  78. ║  Global Swap List  ║
  79. ╠════════════════════╣
  80. ║ │COMMAND.COM       ║
  81. ║ │LIST              ║
  82. ║ │PKZIP             ║
  83. ║ │PKUNZIP           ║
  84. ║ │RAR       <---    ║
  85. ║ │ARJ               ║
  86. ║ │LHA               ║
  87. ║ │                  ║
  88. ╚════════════════════╝
  89.  
  90.  
  91. Okay, that should do it! You now are setup to test and view the RAR archive
  92. file format. Be sure to test everything out yourself to make sure that
  93. there isn't anything different with your copy of RAR. 
  94.  
  95.  
  96. -= Information compiled by: =-
  97.  
  98.  
  99. E.W. Burnett (Arctic Wolf)
  100. Sysop, The Arctic Ridge BBS
  101.  
  102. Thanks to Klink for pointing out a few bugs in the earlier version of this
  103. text file.
  104.  
  105.  
  106. The Arctic Ridge BBS
  107. BBS #: 910-686-3706 (no longer active)
  108. Internet Web Site: http://www.burnettweb.com/arctic/index.html
  109. Internet E-Mail: ed@burnettweb.com
  110.