home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carsten's PPE Collection
/
Carstens_PPE_Collection_2007.zip
/
F
/
FN_SCBC.ZIP
/
WEEKTOP.PPS
< prev
next >
Wrap
Text File
|
1995-09-02
|
708b
|
17 lines
;
; Weektop v1.00ß by Dront/Frontnet (C) 1995
; This version needs the Frontnet Scanner v1.0.
; {Install: Put this file somewhere in your logoff processing}
;
integer returncode
if (dow(date())<>1) delete ppepath()+"week.tmp"
if ((dow(date())=1) & (!exist(ppepath()+"week.tmp"))) then
fcreate 1,ppepath()+"week.tmp",o_rw,s_db
fputln 1,"This file should not be removed manually!"
shell true,returncode,ppepath()+"wtopup.exe",string(toint(readline(ppepath()+"weektop.cfg",2)))+" -S"
message toint(readline(ppepath()+"weektop.cfg",1)),readline(ppepath()+"weektop.cfg",3),"Scanner v1.0","WeekTop Uploaders","N",date()+7,false,false,ppepath()+"ansi\weekup.pcb"
fclose 1
endif