home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 517a.lha / CheckPrt / Test < prev    next >
Text File  |  1991-06-09  |  248b  |  11 lines

  1. failat 20   ; CheckPrt returns 10 if it find no printer
  2.  
  3. CheckPrt
  4. IF error 
  5.     echo " Sorry, but your printer seems to be off or not connected" 
  6.     echo " "
  7. ELSE
  8.     echo " You are a winner. Your printer seems to be available"
  9.     echo " "
  10. ENDIF
  11.