home *** CD-ROM | disk | FTP | other *** search
- ; RAFT V2.9 Control file, don't use any tabs!
- ; -----------------------------------------------------------------------------
- ; This file must be named RAFT.CTL and must be placed in the
- ; same directory as RAFT.EXE.
- ;
- ; Lines beginning with a semi-colomn (;) are ingnored.
- ;
- ;
- ;
- ; With the VIEWER and ARCCONV commands you can use the following
- ; variables.
- ;
- ; %E - Extension of selected file.
- ; %F - Full path and filename of selected file.
- ; %N - Full filename and extension of selected file.
- ; %P - Full path to selected file (no trailing backslash).
- ;
- ; With the EDITOR command only %F is translated.
- ; -----------------------------------------------------------------------------
- ;
- ;
- ;
- ; ARCCONV <Command>
- ; With this command you define how to use the archive-converter
- ; function (ALT-C) from within RAFT.
- ARCCONV mta %f /arj
- ;
- ;
- ;
- ; BIOS
- ; With this command you let RAFT to use BIOS instead of DIRECT screen-writes,
- ; this can speed-up screen-output on remote operations (via doorway for
- ; example) and will work beter under a multitasker.
- ; NOTE: An ANSI driver is needed to let this command work correctly.
- ;BIOS
- ;
- ;
- ;
- ; COLOR
- ; With this command you force RAFT into color mode, use this only
- ; when your screen doesn't look right, RAFT automatically detects when
- ; to use colors or not.
- ;COLOR
- ;
- ;
- ;
- ; EDITOR <Command>
- ; With this command you can define an external editor to use for editing
- ; text, file descriptions or/and the clipboard, when not defined, the
- ; internal editor is used.
- EDITOR q %f
- ;
- ;
- ;
- ; MONO
- ; With this command you force RAFT into mono mode, use this only when
- ; your screen doesn't look right, RAFT automatically detects when to use
- ; to use color or not.
- ;MONO
- ;
- ;
- ;
- ; NOCHECK
- ; With this command you force RAFT to NOT check for any MISSING files
- ; when you enter an area, this has the same effect when you start
- ; RAFT with the /N parameter.
- ;NOCHECK
- ;
- ;
- ;
- ; SHORTAREALIST
- ; With this command you force RAFT to startup with the short-area-list
- ; instead of the full-area-list, this means that all unused areas are
- ; not shown.
- ;SHORTAREALIST
- ;
- ;
- ;
- ; VIEWER <Extension> <Command>
- ; With this command you can define several viewers (up to 32) to use
- ; with the view-file (ALT-V) function, the first parameter is the
- ; extension of the selected file that must trigger the viewer, the
- ; second parameter is the command to execute the viewer.
- ; Wildcards (? and/or *) in the trigger-extension are supported.
- VIEWER arc aview %f
- VIEWER arj aview %f
- VIEWER pak aview %f
- VIEWER lzh aview %f
- VIEWER lha aview %f
- VIEWER zip aview %f
- VIEWER gif svga /s %f
- VIEWER pcx svga /s %f
- VIEWER com scan %f /nomem
- VIEWER exe scan %f /nomem
- VIEWER * shez %f
- ;
- ;
- ; <EOF>
-