home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / SQSHP101.LZH / AREAS.BBS next >
File List  |  1992-02-29  |  2KB  |  34 lines

  1. ; Like all standard AREAS.BBS files, the first NON-COMMENT line should
  2. ; be the name of your system, followed by an exclamation point, and then
  3. ; your name.  This name will be used when adding origin lines to messages
  4. ; which were created on your system.
  5.  
  6. No-name BBS * Anytown, Anystate! Joe SysOp
  7.  
  8. ; Next, you can define any number of EchoMail areas.  Squish uses the
  9. ; standard format for defining EchoMail areas, but with one exception:
  10. ;
  11. ; To specify a Squish-format message area, add a dollar sign ('$')
  12. ; before the path/filename of the area.  For example, to declare
  13. ; the D:\MSG\AARDVARK.SQ? files as being of the Squish type, one would
  14. ; place the following entry in AREAS.BBS:
  15. ;
  16. ;    $D:\MSG\AARDVARK        AARDVARK        1:123/1 2 ...
  17. ;
  18. ; If an area's path does NOT begin with a '$', Squish assumes that
  19. ; the area uses the *.MSG format.
  20. ;
  21. ; To specify a "passthru" message area, add an octothorpe ('#') before
  22. ; the path/filename of the area.  In most cases, you'll want
  23. ; to declare passthru areas using the Squish format (add "#$" before
  24. ; the area's path), since passthru Squish areas do not need a separate
  25. ; directory to hold the duplicate data files.
  26.  
  27. ; Area path             Name            Scan to these nodes:
  28. ; --------------------- --------------- --------------------------------------
  29.   C:\Max\Msg\Piffle     PIFFLE          1:123/456 789
  30.  $C:\Max\Msg\Cackle     CACKLE          1:222/333 444
  31.   C:\Max\Msg\Warble     WARBLE          1:456/789 123
  32. #$C:\Msg\Msg\Boffo      BOFFO           1:234/334 2:456/123
  33.  
  34.