home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib3 / v_03_04 / 3n04062a < prev    next >
Encoding:
Text File  |  1995-11-01  |  144 b   |  9 lines

  1. @echo off
  2. seeprint.com
  3. if errorlevel 1 goto inactive
  4. echo Printscreen IS active.
  5. goto end
  6. :inactive
  7. echo Printscreen is NOT active
  8. :end
  9.