home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / XUC42.ZIP / XUC.CTL < prev    next >
Encoding:
Text File  |  1991-09-08  |  3.9 KB  |  78 lines

  1. ;                   Sample Control file for XUC Version 4.2
  2. ;                   ---------------------------------------
  3. ;
  4. ; New keywords since V4 & 4.1:
  5. ;
  6. ; Break     - Allow Ctrl-Break system breaks.
  7. ; Doswrites - Uses DOS screen writing instead of direct writes.
  8. ; AutoShow  - Make Browser show extended info by default after a search.
  9. ; AutoNode  - Make Browser automatically search for nodelist info.
  10. ; AutoStats - Make Browser show the echomail stats when first run.
  11. ;
  12. ; New keywords since V3:
  13. ;
  14. ; Nodelist - Nodelist type out of:
  15. ;
  16. ;                    QBBS203  - QBBS V2.03 nodelist
  17. ;                    QuickBBS - Later versions of the QBBS nodelist
  18. ;                    Binkley  - BinkleyTerm nodelist
  19. ;                    SeaDOG   - Seadog nodelist
  20. ;                    Version5 - Fido nodelist V5
  21. ;                    Version6 - Fido nodelist V6
  22. ;                    
  23. ; Nodepath - Path where the nodelist can be found.
  24. ; Userlist - Name of the userlist to create (usually Userlist.Xrs).
  25. ; DupeList - Name of the userlist in which to place duplicates.
  26. ; Makelist - This tells XUC to create a userlist.
  27. ;
  28. ; Note that a userlist is the standard text userlist, a userfile is an
  29. ; XUC format userlist.
  30.  
  31. MailBag C:\XRS\Bat1mail.Xrs  ; Default MailBag name if no parameter.
  32. Zones 1,2,3,4,5,6            ; List of up to 15 zones separated by commas.
  33. Cleanup                      ; Remove if you want duff entries left in.
  34. NoNum                        ; Remove if you want entries with numbers in them
  35.                              ; left in. Note that most usernames with a number
  36.                              ; in them belong to automatic mailing programs.
  37. ;Ask                         ; Asks if you want to continue (useful in Batch
  38.                              ; files).
  39. Width 44                     ; Use this to specify which width to use.
  40. Nodelist QBBS203             ; Use this to tell Browser what type of nodelist
  41.                              ; to look for (leave out if you're not using this
  42.                              ; feature.
  43. NodePath C:\Nodelist\        ; Path for the nodelist files.
  44. UserList Userlist.XRS        ; Filename for the userlist.
  45. Dupelist Dupes.Xuc           ; Filename for the duplicates list.
  46. MakeList                     ; Include if you want XUC to produce a userlist.
  47.  
  48. ; The program specifically looks for the keywords listed above placed flush 
  49. ; with the left hand side of the page. The program doesn't understand 
  50. ; "comments" as such - it just knows that these lines starting with semi-colons
  51. ; can't possibly be keywords.
  52. ;
  53. ; The "Zones" keyword must be followed by no more than 15 zone numbers,
  54. ; separated by commas. I haven't included checks for things like double commas,
  55. ; a comma at the start, or a comma at the end. So don't muck around with it
  56. ; to test it's verifying processes as you'll just end up with a knackered
  57. ; userlist!
  58. ;
  59. ; The "MailBag" keyword can include a path as well as the name, but it must be
  60. ; the FULL path and name (that means including extension). The same with other
  61. ; keywords specifying a filename.
  62. ; The "Cleanup" keyword, if included, tells XUC to remove entries containing
  63. ; characters that have ascii values which are not between 32 and 126. You'll
  64. ; have to run "Convert" before using this new version of XUC, and convert
  65. ; will clean the userlist if you specify so on the command line (see the full
  66. ; documentation for details. If you specify "Nonum" then the lower limit is
  67. ; ascii value 58. XUC V4 and above check while extracting, rather than after,
  68. ; which is faster than earlier versions (not noticeably slower than with
  69. ; no checking).
  70. ; The "Width" keyword must be used in the form "Width 44" or "Width 58" to
  71. ; specify the width of userlist to create.
  72. ; Thank you for reading these, and thank you also for the five quid you're 
  73. ; going to be sending me very, very soon! (you are, aren't you???).
  74. ; Michael Barnes.