home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
raft40bd.exe
/
RAFT.CTL
< prev
next >
Wrap
Text File
|
1995-10-01
|
3KB
|
140 lines
; -----------------------------------------------------------------------------
; RAFT V4.0 Sample control-file
; -----------------------------------------------------------------------------
;
;
;
; ADOPTDESC <Text>
; With this command you can define the default file-description to use
; when adopting files.
ADOPTDESC New-File, Adopted by RAFT V4.0
;
;
;
; ALTFKEY <Key> <Command>
; With this command you can define up to 10 commands to use when an alt-fkey
; is pressed (ALT-F1, ALT-F2 etc.).
;ALTFKEY 1 mem /c/p
;
;
;
; ARCCONV <Command>
; With this command you can specify the archive-converter.
ARCCONV mta %f /zip
;
;
;
; BIOS
; With this command you force RAFT to use BIOS-Calls to write to the
; screen.
;BIOS
;
;
;
; COLOR
; With this command you force RAFT in colour-mode, even when a monochrome
; monitor is used.
;COLOR
;
;
;
; DIZLENGTH <Bytes>
; With this command you define the maximum size of an description when
; a DIZ-File is imported, default is 255.
DIZLENGTH 2048
;
;
;
; DIZSTRIPCRLF
; DIZSTRIPSPACES
; DIZSTRIPHI
; DIZSTRIPLINES
; With these commands you define the default strip-options when importing
; a DIZ-File.
DIZSTRIPCRLF
DIZSTRIPSPACES
;DIZSTRIPHI
DIZSTRIPLINES
;
;
;
; DIZWRAP <Colomn>
; With this command you define at which colomn RAFT must start wrapping
; a text-line in a DIZ-File when adding a DIZ-File to an archive.
DIZWRAP 48
;
;
;
; EDITOR <Command>
; With this command you can tell RAFT to use an external editor for
; editing file-descriptions.
;EDITOR c:\utils\q.exe %f
;
;
;
; IGNORE <Filename>
; With this command you can RAFT to ignore a file when adopting new
; files, up to 64 filenames (WITHOUT WILDCARDS!) can be defined.
IGNORE files.bbs
;
;
;
; MONO
; With this command you force RAFT in monochrome-mode, even when a colour
; monitor is used.
;MONO
;
;
;
; NOCHECK
; With this command you force RAFT to NOT check for missing files when
; you enter a file-area.
;NOCHECK
;
;
;
; NOSEPP
; Don't sepparate files by a date/time line after they are moved/copy
NOSEPP
;
;
;
; UPLOADER <Name|Text>
; With this command you can define the default name/text to use as
; uploader-name when adopting new files, default is the sysop-name.
;UPLOADER The Sysop
;
;
;
; SWAPMODE <Mode>
; With this command you can define how RAFT will swap itself out of memory,
; Modes are: 0 - XMS/Disk
; 1 - EMS/XMS/Disk
; 2 - EMS/Disk
; 3 - XMS/EMS/Disk
; 4 - Disk
SWAPMODE 1
;
;
;
; SWAPPATH <path>
; With this command you can define the directory where RAFT must place
; its swap-file when used.
SWAPPATH d:\
;
;
;
; TEMPPATH <Path>
; With this command you can define the directory RAFT must use to place
; its tempry files.
TEMPPATH d:\
;
;
;
; VIEWER <File-Extension> <Command>
; With this command (up to 32), you can define which viewer to use when
; pressing ALT-V on a file.
VIEWER * aview %f
;
; <EOF>