CustomerResearch
Programmer
Hello
I'm using ProCom and Aspect scripts to log into remote computers and download information. For the most part the scripts that I've made work fine on their own but we want to set up a parent script to run the various children scripts. I set up an "all scripts" script that executes all of the various smaller scripts in succession. The problem is when I get a dialing error (busy signal, operator, etc) the child script it got hung up on doesn't kick back out to the parent script. Any tips?
;parent script
proc main
execute "blahblah.wax"
execute "somethingelse.wax"
endproc
;blahblah.wax
dial DATA "blahblah"
;script stuff
;somethingelse.wax
dial DATA "somethingelse"
;script stuff
Thanks
I'm using ProCom and Aspect scripts to log into remote computers and download information. For the most part the scripts that I've made work fine on their own but we want to set up a parent script to run the various children scripts. I set up an "all scripts" script that executes all of the various smaller scripts in succession. The problem is when I get a dialing error (busy signal, operator, etc) the child script it got hung up on doesn't kick back out to the parent script. Any tips?
;parent script
proc main
execute "blahblah.wax"
execute "somethingelse.wax"
endproc
;blahblah.wax
dial DATA "blahblah"
;script stuff
;somethingelse.wax
dial DATA "somethingelse"
;script stuff
Thanks