home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RAFT29.ZIP / RAFT.CTL < prev    next >
Encoding:
Text File  |  1993-08-13  |  2.7 KB  |  99 lines

  1. ; RAFT V2.9 Control file, don't use any tabs!
  2. ; -----------------------------------------------------------------------------
  3. ; This file must be named RAFT.CTL and must be placed in the
  4. ; same directory as RAFT.EXE.
  5. ;
  6. ; Lines beginning with a semi-colomn (;) are ingnored.
  7. ;
  8. ;
  9. ;
  10. ; With the VIEWER and ARCCONV commands you can use the following
  11. ; variables.
  12. ;
  13. ; %E - Extension of selected file.
  14. ; %F - Full path and filename of selected file.
  15. ; %N - Full filename and extension of selected file.
  16. ; %P - Full path to selected file (no trailing backslash).
  17. ;
  18. ; With the EDITOR command only %F is translated.
  19. ; -----------------------------------------------------------------------------
  20. ;
  21. ;
  22. ;
  23. ; ARCCONV <Command>
  24. ; With this command you define how to use the archive-converter
  25. ; function (ALT-C) from within RAFT.
  26. ARCCONV mta %f /arj
  27. ;
  28. ;
  29. ;
  30. ; BIOS
  31. ; With this command you let RAFT to use BIOS instead of DIRECT screen-writes,
  32. ; this can speed-up screen-output on remote operations (via doorway for
  33. ; example) and will work beter under a multitasker.
  34. ; NOTE: An ANSI driver is needed to let this command work correctly.
  35. ;BIOS
  36. ;
  37. ;
  38. ;
  39. ; COLOR
  40. ; With this command you force RAFT into color mode, use this only
  41. ; when your screen doesn't look right, RAFT automatically detects when
  42. ; to use colors or not.
  43. ;COLOR
  44. ;
  45. ;
  46. ;
  47. ; EDITOR <Command>
  48. ; With this command you can define an external editor to use for editing
  49. ; text, file descriptions or/and the clipboard, when not defined, the
  50. ; internal editor is used.
  51. EDITOR q %f
  52. ;
  53. ;
  54. ;
  55. ; MONO
  56. ; With this command you force RAFT into mono mode, use this only when
  57. ; your screen doesn't look right, RAFT automatically detects when to use
  58. ; to use color or not.
  59. ;MONO
  60. ;
  61. ;
  62. ;
  63. ; NOCHECK
  64. ; With this command you force RAFT to NOT check for any MISSING files
  65. ; when you enter an area, this has the same effect when you start
  66. ; RAFT with the /N parameter.
  67. ;NOCHECK
  68. ;
  69. ;
  70. ;
  71. ; SHORTAREALIST
  72. ; With this command you force RAFT to startup with the short-area-list
  73. ; instead of the full-area-list, this means that all unused areas are
  74. ; not shown.
  75. ;SHORTAREALIST
  76. ;
  77. ;
  78. ;
  79. ; VIEWER <Extension> <Command>
  80. ; With this command you can define several viewers (up to 32) to use
  81. ; with the view-file (ALT-V) function, the first parameter is the
  82. ; extension of the selected file that must trigger the viewer, the
  83. ; second parameter is the command to execute the viewer.
  84. ; Wildcards (? and/or *) in the trigger-extension are supported.
  85. VIEWER arc aview %f
  86. VIEWER arj aview %f
  87. VIEWER pak aview %f
  88. VIEWER lzh aview %f
  89. VIEWER lha aview %f
  90. VIEWER zip aview %f
  91. VIEWER gif svga /s %f
  92. VIEWER pcx svga /s %f
  93. VIEWER com scan %f /nomem
  94. VIEWER exe scan %f /nomem
  95. VIEWER * shez %f
  96. ;
  97. ;
  98. ; <EOF>
  99.