home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / FilePather13.lha / FilePather / BBS_examples / CNET.txt next >
Encoding:
Text File  |  1995-04-08  |  2.1 KB  |  55 lines

  1.  
  2.  How to utilize Filepather (FP) in CNET - by Neurodancer/ABYSS.
  3.  ==============================================================
  4.  
  5.  Okey  dudes,  this  won't  be  very  difficult,  as  CNet  is a highly
  6.  developed BBS program.  :) ...unless some other bearing cryptic chars
  7.  in their names, adding coolness to it...  :)
  8.  
  9.  1. Textfiles (suffixes .txt, .dok, .doc, .nfo)
  10.  ----------------------------------------------
  11.  Since textfiles usually can't be tested for their integrity, and since
  12.  with  the use of FP you don't need no Aqua-Fuck-Fast-kill-me-now-adder
  13.  for  your textfiles, I strongly recommend you to include FP as checker
  14.  for  those filetypes, instead of adding more crap to a solid textfile,
  15.  making it close-to-unreadable.
  16.  
  17.  Start  the  CNET  configprogram,  enter the Archivers section, if they
  18.  don't  exist  already create entries for the above filetypes and enter
  19.  at the "Test format" stringbox:  "filepather >%s FILE %s".
  20.  
  21.  Leave all other boxes free, you can of course add as "Pack format" the
  22.  usual  "<do  not  remove  .TXT>"  which  CNet  has  set by default for
  23.  textfiles.
  24.  
  25.  2. Archives (suffixes .lha, .lzh, .zip)
  26.  ---------------------------------------
  27.  As  you  might  guess,  we  are  using the xscripts for the purpose of
  28.  filepathering an archive.  If you already have xscripts (for stripping
  29.  etc.)  simply  add  this  line  to  your  "xlha2lha",  "xlzh2lzh"  and
  30.  "xzip2zip" xscripts located in your S:  directory to be active (and to
  31.  the others FP might support in the future!):
  32.  
  33.  a) without output given to the BBS screen:
  34.  
  35.   Filepather >nil: FILE "{PATHF}"
  36.  
  37.  b) with the FP output displayed in the BBS:
  38.  
  39.   delete >nil: t:result.txt FORCE
  40.   Filepather >t:result.txt FILE "{PATHF}"
  41.  
  42.  additionally, load your "bbstext" in your  fav editor,  and paste in at
  43.  line 1909 (CNet/3), before it says
  44.         "\n1Transformation completed.\n1"
  45.  "\n1{*0 t:result.txt}
  46.  
  47.    (Obviously, "\" is a Ctrl-Y and "{" is a Ctrl-Q MCI introducer)
  48.    You surely noticed this is a very cheap trick. But it works, so
  49.    what?
  50.  
  51.  Thats all there is to do! Now go and use it, and throw away all your BBS
  52.  adds that only get on everyones nerves! :)
  53.  
  54.  Neurodancer/ABYSS.
  55.