home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
commands
/
checkprt.lzh
/
CHECKPRT
/
TEST
< prev
next >
Wrap
Text File
|
1991-08-15
|
376b
|
20 lines
failat 20 ; CheckPrt returns 10 if printer is not selected or off and
; 5 if it is busy
CheckPrt
IF ERROR
echo " Sorry, but your printer seems to be off or not selected"
echo " "
SKIP END
ENDIF
CheckPrt
IF WARN
echo " Wait a little moment, your printer is busy "
ELSE
echo " OK, your printer seems to be available"
ENDIF
LAB END
FAILAT 10