home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
internet
/
starterpck
/
!DemConfig
/
Resources
/
TTFNconfig
< prev
next >
Wrap
Text File
|
1994-12-22
|
750b
|
29 lines
10 REM BASIC text file to create TTFN Config file
20
30 user$="{userid}"
40 org$="{org}"
50
60 DIM c 268
61 FOR i=0 TO 267: c?i=0: NEXT
70 PROCt(c,org$)
80 PROCt(c+80,user$)
90 SYS "Territory_ReadCurrentTimeZone" TO ,csec%
100 c!100=csec% DIV 360000
110 c!108=10 :REM 9+sigtype
120 c!112=1 :REM NOT quote sigs
130 c!116=1 :REM NOT tagline
140 PROCt(c+120,"> ")
150 PROCt(c+125,"-- ")
160 PROCt(c+137,"In message %m %r wrote:")
170 c!192=10 :REM fg
180 c!196=7 :REM bg
190 c!200=80 :REM width
200 c!204=0 :REM NOT threaded
210 c!208=0 :REM show headers
220 PROCt(c+212,"In message %m you wrote:")
230
240 SYS "OS_File",10,"{dest}",&FFD,,c,c+268
250 END
260 REM Put zero-terminated text field
270 DEFPROCt(p,t$):$p=t$:?(p+LENt$)=0:ENDPROC