; DCDD_1                                                         941001.1439
;
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

rx DCDDtime.rexx

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

