home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / WTICK982.ZIP / SAMPLE.BBS < prev    next >
File List  |  1994-01-03  |  2KB  |  44 lines

  1. ; Wildtick BBS File - Wildtick.bbs
  2. ;
  3. ; All statements must begin at Column 1.
  4. ; All comments must begin with ";"
  5. ;
  6. ;Each line may contain 3 or 4 arguments. The fourth argument
  7. ;is the "default uploader" and is optional.
  8. ;Arguments 1, 2 and 3 are required.
  9. ;
  10. ;Argument 1: The TIC area name. This can be no more than 8 characters.
  11. ;Argument 2: The directory to move the files to. This must be terminated
  12. ; with the backslash "\".
  13. ;Argument 3: The file area number as found in MAKEWILD
  14. ;
  15. ;Argument 4: Name of the default uploader.  If there is no argument 4,
  16. ; the default uploader is the person named in the REPFROM field in
  17. ; WILDTICK.CFG.  If you choose to have a different default uploader,
  18. ; then any spaces between words in argument 4 MUST be delineated by
  19. ; the underscore "_" character. (See the TOADNET entry below for
  20. ; an example.)
  21. ;
  22. ;Each argument must have only one blank space between it and the
  23. ;next argument.
  24. ;
  25. ;All directories must be terminated with the backslash "\".
  26. ;
  27. ;The file area number must be included.
  28. ;
  29. PDNBASIC C:\WC30\PROGBAS\ 16
  30. OLR_BETA C:\WC30\OLRBETA\ 25
  31. OLR_DEV C:\WC30\OLRDEV\ 26
  32. OLR_MSGB C:\WC30\OLRMSGB\ 27
  33. OLR_MISC C:\WC30\OLRMISC\ 28
  34. OLR_PNT C:\WC30\OLRPNT\ 29
  35. OLR_QNET C:\WC30\OLRQNET\ 30
  36. OLR_READ C:\WC30\OLRREAD\ 31
  37. OLR_UTIL C:\WC30\OLRUTIL\ 32
  38. SOFTDIST C:\WC30\SOFTDIST\ 33
  39. UTILNET C:\WC30\UTILNET\ 34
  40. TOADNET C:\WC30\TOADNET\ 37 Toast_Master
  41. WDN_DOOR C:\WC30\WDNDOOR\ 35
  42. WDN_WC3 C:\WC30\WDNWC3\ 36
  43. ;
  44. ;That's all folks!