home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
RAFT27.ZIP
/
RAFT.CTL
< prev
next >
Wrap
Text File
|
1993-07-18
|
2KB
|
70 lines
; RAFT V2.7 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).
;
;
;
; ARCCONV <Command>
; With this command you define how to use the archive-converter
; function (ALT-C) from within RAFT.
ARCCONV mta %f /arj
;
;
;
; 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
;
;
;
; MONO
; With this command you force RAFT into monochroom mode, use this only
; when your screen doesn't look right, RAFT automatically detects when
; to use colors 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
;
;
;
; 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 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>