14.12.2012 Views

Download - Index of

Download - Index of

Download - Index of

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

I've kind <strong>of</strong> grown out <strong>of</strong> it but still<br />

think about doing it now and again. But to<br />

the point <strong>of</strong> why I'm mostly writing this. I<br />

still have the old Qmodem script that scans<br />

prefixes and thought that others might want<br />

to use it as they see fit. It's short but it<br />

works well. I don't know how any other<br />

scanners work but this is the one I made.<br />

The only thing is you have to have<br />

Qmodem for it to work but it is available in<br />

a test drive version probably on most<br />

BBS's.<br />

The script is as follows:<br />

;Autodialer Script fo r Qmodem.<br />

clrscr<br />

assign 1 ATDT<br />

assign 90<br />

display 'Autodialer Script fo r Qmodem:<br />

writeln ' ,<br />

writeln ' ,<br />

write 'Enter the three digit prefIX : '<br />

gem 2 4<br />

writeln ' ,<br />

write 'Now enter the fo ur digit starting<br />

number: '<br />

gem 3 4<br />

writeln "<br />

write 'Enter filename to save numbers<br />

to: '<br />

get 6 20<br />

writeln ' ,<br />

write 'Do you want to stop dialing at a<br />

certain number? (YIN) : '<br />

inkey 4 1<br />

writeln ' ,<br />

if'$4'= 'n 'go_dial<br />

writeln ' ,<br />

write 'Enter the number you wish to<br />

stop at: '<br />

gem 54<br />

turn on online<br />

Page 42 261JO Magazi,Ju<br />

displayln 'Now dialing $2-$3 '<br />

pause 2000<br />

send '$1$2$3AM'<br />

pause 25000; timingfor how many<br />

rings. 25000 is fo r 20 seconds or<br />

about three or 4 rings.<br />

if $o.lJline add<br />

gosub save<br />

goto go_dial<br />

add:<br />

displayln 'No connection made with<br />

$2-$3 '<br />

hangup<br />

flush<br />

incr 3<br />

if'$3'> '$5 'bye<br />

goto go_dial<br />

save:<br />

displayln 'CONNECTED with $2-<br />

$3 '<br />

incr 9<br />

writeln 'Hanging up modem:<br />

hangup<br />

clrscr<br />

writeln 'Writing number to disk ...... :<br />

pause 3000<br />

openfile c: \$6 append<br />

writefile $2$3<br />

closefile<br />

writeln 'Done:<br />

pause 1000<br />

clrscr<br />

flush<br />

incr 3<br />

return<br />

bye:<br />

writeln "<br />

writeln 'You connected with $9<br />

computers:<br />

writeln "<br />

writeln 'Terminating Program:<br />

exit<br />

Summer 1995

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!