How to detect if a printer is on or off

Started by OzOne, February 26, 2007, 06:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

OzOne

10 open 4,4,7:close 4
20 if st <> 0 then print "problem with printer": goto 40
30 print "printer is online"
40 print "run again ?"
50 get a$: if a$="" then 50
60 if a$="n" then end
70 goto 10