home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
comm
/
dcdd-1.8.lha
/
DCDD
/
DCDD_1
< prev
next >
Wrap
Text File
|
1993-08-11
|
713b
|
48 lines
; DCDD_1 930811.2336
;
if exists ram:-dl then
wait 2
else
makedir ram:-dl
endif
;
if exists DH1:-dl then
wait 2
else
makedir DH1:-dl
endif
;
if exists ram:continue then
wait 2
else
makedir ram:continue
endif
;
cd dh0:DemonDialer
run BaudBandit BB.config
wait 2
;
;Note: DCDD_1 below uses a different BBS phone list but keeps time totals
; in the common files.
;
rx DCDD.rexx DCDD_1
;
copy RAM:-dl/#? DH1:-dl
delete RAM:-dl/#?
delete RAM:-dl
;
if exists ram:AUTO then
delete ram:AUTO
endif
;
if exists ram:continue then
delete ram:continue
endif
;
if exists ram:exit_flag then
delete ram:exit_flag
endif
;
endcli