home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
MYBBS.ZIP
/
WINDOWS
/
DESKTOP
/
MYBBS
/
LINKER
/
LINKER.DAT
< prev
next >
Wrap
Text File
|
1994-05-24
|
8KB
|
148 lines
;╒═════════════════════════════════════════════════════════════════════════════╕
;│ LINKER Network Preprocessor v3.6, By Hellfire 1@13600 WWIVnet │
;│ Copyright (c) 1993,94 Microtech Solutions. - WWIV (r) 1988. Wayne Bell │
;╘═════════════════════════════════════════════════════════════════════════════╛
; *---------------------------------------------------------------------------*
; * CONFIGURATION INFORMATION *
; *---------------------------------------------------------------------------*
;
; *---------------------------------------------------------------------------*
; * Currently with all Linker options enabled the memory required for Linker *
; * to operate is 217k you can reduce to memory required by reduceing the *
; * number of options. The first of which I suggest being DISK_BUFFER *
; * the Lowest amount of memory required is 100k with all options disabled. *
; *---------------------------------------------------------------------------*
;
; *---------------------------------------------------------------------------*
; * If this option is enabled Linker will snag sub requests and send *
; * the following number of old sub messages to the requesting system. *
; *---------------------------------------------------------------------------*
;
SUBSEND=15 ; Back issue sub request
;
; *---------------------------------------------------------------------------*
; * This option when enabled speeds up DISK IO speed although it takes 32767 *
; * additional bytes to function correctly. *
; *---------------------------------------------------------------------------*
;
; DISK_BUFFER
;
; *---------------------------------------------------------------------------*
; * If this option is enabled, disgustingly huge verbose logs will be *
; * appended to the following file. Please include path or the file will be *
; * written to the executable directory. If PACKSCAN=USERLOG is used the *
; * information will be appended to the daily sysop user logs. *
; *---------------------------------------------------------------------------*
;
PACKSCAN=GFILES\NETDAT0.LOG ;generic log somewhere in main WWIV directory
;
; *---------------------------------------------------------------------------*
; * REMNOTE.DAT security support (list of systems that can request files) *
; * supported in WWIV v4.23. Each line of the file is dedicated to one node *
; * and on each line you must place the following information *
; * *
; * REMNOTE FORMAT: *
; * net,usernumber,node *
; *---------------------------------------------------------------------------*
;
; REMNOTE=REMNOTE.DAT ; can be any file name wanted
;
; *---------------------------------------------------------------------------*
; * Just a little extra screen output if this option is on. *
; *---------------------------------------------------------------------------*
;
; MOREINFO
;
; *---------------------------------------------------------------------------*
; * Spices up the screen output when analyzing. But it's almost *
; * impossible to see anything because Linker analyzes so fast. *
; * (Except on a 286!! [Ket]) *
; * *
; * Here is a list of possible colours for the colour options *
; * *
; * 0=BLACK 8=DARKGRAY *
; * 1=BLUE 9=LIGHTBLUE *
; * 2=GREEN 10=LIGHTGREEN *
; * 3=CYAN 11=LIGHTCYAN *
; * 4=RED 12=LIGHTRED *
; * 5=MAGENTA 13=LIGHTMAGENTA *
; * 6=BROWN 14=YELLOW *
; * 7=LIGHTGRAY 15=WHITE *
; * *
; *---------------------------------------------------------------------------*
;
PRETTY
T_COLOUR=14 ; Text colour
B_COLOUR=1 ; Background colour
;
; *---------------------------------------------------------------------------*
; * LISTCOLOUR is the colours used when subscriber lists are generated. These *
; * colours corispond with your WWIV colours so if you wish to use the *
; * standard 0-9 and A-Z your welcome to do so. Each number and comma *
; * corrisponds to a line in the list generation. Linkutil will default to *
; * the orginal colours if this option is commented out. *
; *---------------------------------------------------------------------------*
;
LISTCOLOUR=3,3,7,0,3,4,0,3,0,7,4
;
; *---------------------------------------------------------------------------*
; * Maintenance log for LinkUtil /m Feature. *
; * if left blank no log will be produced *
; *---------------------------------------------------------------------------*
;
MAINTLOG=GFILES\LKMAINT.LOG
;
; *---------------------------------------------------------------------------*
; * The following options enable some special maintenance options which are *
; * used with the LINKUTIL /M command line switch. You can set the days that *
; * these options are run *
; * *
; * PURGEDAY=1 10 20 *
; * or *
; * PURGEDAY=ALL *
; *---------------------------------------------------------------------------*
;
PURGEDAY=1 7 12 21 28 ; days that you wish to post subscriber lists
;
LISTGENDAY=12 ; days that you wish to send subscriber lists
;
RULESDAY=12 ; date that you wish to post rules for sub
;
; *---------------------------------------------------------------------------*
; * DELETE_UNKNOWN option will force listgen to delete all Unknown Systems *
; *---------------------------------------------------------------------------*
;
DELETE_UNKNOWN
;
; *---------------------------------------------------------------------------*
; * This option allows you to edit the dir in which linked files are sent to *
; *---------------------------------------------------------------------------*
;
; UPDIR=1
;
; *---------------------------------------------------------------------------*
; * DIRS allows the following DIRS to be requestable or if there is no DIRS *
; * command then system will not allow auto file requesting *
; *---------------------------------------------------------------------------*
;
DIRS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19