I eventually had a chance to bump into the problem again.
It appears that the CD light is definitely grey when the script hangs.
I understand that in this case what you suggest is to reinstall the modem, or update the driver ?
When I posted the thread above I noticed a wrong spelling in the following lines of the script :
while $DIAlING
yield
endwhile
I changed $DIAlING to $DIALING (with a capital "L"), recompiled and ran the script again. Since then, it went much better (I hope this makes sense). By the way, the...
I am using the following script to log into a series of systems consecutively.
proc main
string sLine, sNum, sRmalogin, sRmapassw, sMtclpassw, sCaplog
if fopen 0 "file.txt" READ TEXT
while not feof 0
fgets 0 sLine...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.