home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / WTICK103.ZIP / SAMPLE.BBS < prev    next >
File List  |  1994-02-24  |  2KB  |  52 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 must contain 4 arguments.
  7. ;
  8. ;Argument 1: The TIC area name. This can be no more than 8 characters.
  9. ;Argument 2: File Area Description for your callers.
  10. ;Argument 3: The Wildcat file directory to move the files to. This must be 
  11. ;terminated with the backslash "\".
  12. ;Argument 4: The file area number as found in MAKEWILD or P for a
  13. ;"passsthrough" file area.
  14. ;
  15. ;The File Area Description is new. Separate all words in the description
  16. ;with the underscore "_" character.
  17. ;
  18. ;All directories must be terminated with the backslash "\".
  19. ;
  20. ;The file area number must be included.
  21. ;
  22. ;If you only want Wildtick to move incoming files to a new directory
  23. ;without creating a message and updating your Wildcat file database,
  24. ;use P for the Makewild Number.
  25. ;
  26. ;There is no longer any requirement for separating the arguments
  27. ;by one space.
  28. ;
  29. ;TIC Area  File Area Description         Wildcat Directory Makewild No.
  30. ;--------  ---------------------------   ---------------   -----------
  31. NODEDIFF   Fidonet_Nodediff              C:\IM\NODELIST\   P
  32. TOADNET    Toadnet_Files                 C:\IM\NODELIST\   P
  33. ;  note that the Makewild Nos. above are P for Passthrough
  34. PDNBASIC   Programming_-_BASIC           C:\WC30\PROGBAS\  15
  35. ;                     ^ ^ note the underscores
  36. OLR_BETA  OLRNET_Beta_Test              C:\WC30\OLRBETA\  24
  37. OLR_DEV   OLRNET_Development_Programs   C:\WC30\OLRDEV\   25
  38. OLR_MSGB  OLRNET_Messagebase_Tools      C:\WC30\OLRMSGB\  26
  39. OLR_MISC  OLRNET_Miscellaneous_Files    C:\WC30\OLRMISC\  27
  40. OLR_PNT   OLRNET_Point_Related_Files    C:\WC30\OLRPNT\   28
  41. OLR_QNET  OLRNET_QWK_Networking_Files   C:\WC30\OLRQNET\  29
  42. OLR_READ  OLRNET_Readers                C:\WC30\OLRREAD\  30
  43. OLR_UTIL  OLRNET_Utilities              C:\WC30\OLRUTIL\  31
  44. SOFTDIST  SDS_Files                     C:\WC30\SOFTDIST\ 32
  45. UTILNET   UTILNET_Files                 C:\WC30\UTILNET\  33
  46. WDN_DOOR  WDNET_Wildcat_Door_Programs   C:\WC30\WDNDOOR\  34
  47. WDN_WC3   WDNET_Wildcat_Utilities       C:\WC30\WDNWC3\   35
  48. IM_BETA   IMNET_InterMail_Beta_Versions C:\WC30\IMBETA\   36
  49. IM_DEMO   IMNET_InterMail_Demos         C:\WC30\IMDEMO\   37
  50. IM_UTIL   IMNET_InterMail_Utilities     C:\WC30\IMUTIL\   39
  51. ;
  52. ;That's all folks!