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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
144 b
|
9 lines
@echo off
seeprint.com
if errorlevel 1 goto inactive
echo Printscreen IS active.
goto end
:inactive
echo Printscreen is NOT active
:end