home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / raft40bd.exe / RAFT.CTL < prev    next >
Text File  |  1995-10-01  |  3KB  |  140 lines

  1. ; -----------------------------------------------------------------------------
  2. ;  RAFT V4.0 Sample control-file
  3. ; -----------------------------------------------------------------------------
  4. ;
  5. ;
  6. ;
  7. ; ADOPTDESC <Text>
  8. ; With this command you can define the default file-description to use
  9. ; when adopting files.
  10. ADOPTDESC New-File, Adopted by RAFT V4.0
  11. ;
  12. ;
  13. ;
  14. ; ALTFKEY <Key> <Command>
  15. ; With this command you can define up to 10 commands to use when an alt-fkey
  16. ; is pressed (ALT-F1, ALT-F2 etc.).
  17. ;ALTFKEY 1 mem /c/p
  18. ;
  19. ;
  20. ;
  21. ; ARCCONV <Command>
  22. ; With this command you can specify the archive-converter.
  23. ARCCONV mta %f /zip
  24. ;
  25. ;
  26. ;
  27. ; BIOS
  28. ; With this command you force RAFT to use BIOS-Calls to write to the
  29. ; screen.
  30. ;BIOS
  31. ;
  32. ;
  33. ;
  34. ; COLOR
  35. ; With this command you force RAFT in colour-mode, even when a monochrome
  36. ; monitor is used.
  37. ;COLOR
  38. ;
  39. ;
  40. ;
  41. ; DIZLENGTH <Bytes>
  42. ; With this command you define the maximum size of an description when
  43. ; a DIZ-File is imported, default is 255.
  44. DIZLENGTH 2048
  45. ;
  46. ;
  47. ;
  48. ; DIZSTRIPCRLF
  49. ; DIZSTRIPSPACES
  50. ; DIZSTRIPHI
  51. ; DIZSTRIPLINES
  52. ; With these commands you define the default strip-options when importing
  53. ; a DIZ-File.
  54. DIZSTRIPCRLF
  55. DIZSTRIPSPACES
  56. ;DIZSTRIPHI
  57. DIZSTRIPLINES
  58. ;
  59. ;
  60. ;
  61. ; DIZWRAP <Colomn>
  62. ; With this command you define at which colomn RAFT must start wrapping
  63. ; a text-line in a DIZ-File when adding a DIZ-File to an archive.
  64. DIZWRAP 48
  65. ;
  66. ;
  67. ;
  68. ; EDITOR <Command>
  69. ; With this command you can tell RAFT to use an external editor for
  70. ; editing file-descriptions.
  71. ;EDITOR c:\utils\q.exe %f
  72. ;
  73. ;
  74. ;
  75. ; IGNORE <Filename>
  76. ; With this command you can RAFT to ignore a file when adopting new
  77. ; files, up to 64 filenames (WITHOUT WILDCARDS!) can be defined.
  78. IGNORE files.bbs
  79. ;
  80. ;
  81. ;
  82. ; MONO
  83. ; With this command you force RAFT in monochrome-mode, even when a colour
  84. ; monitor is used.
  85. ;MONO
  86. ;
  87. ;
  88. ;
  89. ; NOCHECK
  90. ; With this command you force RAFT to NOT check for missing files when
  91. ; you enter a file-area.
  92. ;NOCHECK
  93. ;
  94. ;
  95. ;
  96. ; NOSEPP
  97. ; Don't sepparate files by a date/time line after they are moved/copy
  98. NOSEPP
  99. ;
  100. ;
  101. ;
  102. ; UPLOADER <Name|Text>
  103. ; With this command you can define the default name/text to use as
  104. ; uploader-name when adopting new files, default is the sysop-name.
  105. ;UPLOADER The Sysop
  106. ;
  107. ;
  108. ;
  109. ; SWAPMODE <Mode>
  110. ; With this command you can define how RAFT will swap itself out of memory,
  111. ; Modes are:  0 - XMS/Disk
  112. ;             1 - EMS/XMS/Disk
  113. ;             2 - EMS/Disk
  114. ;             3 - XMS/EMS/Disk
  115. ;             4 - Disk
  116. SWAPMODE 1
  117. ;
  118. ;
  119. ;
  120. ; SWAPPATH <path>
  121. ; With this command you can define the directory where RAFT must place
  122. ; its swap-file when used.
  123. SWAPPATH d:\
  124. ;
  125. ;
  126. ;
  127. ; TEMPPATH <Path>
  128. ; With this command you can define the directory RAFT must use to place
  129. ; its tempry files.
  130. TEMPPATH d:\
  131. ;
  132. ;
  133. ;
  134. ; VIEWER <File-Extension> <Command>
  135. ; With this command (up to 32), you can define which viewer to use when
  136. ; pressing ALT-V on a file.
  137. VIEWER * aview %f
  138. ;
  139. ; <EOF>
  140.