home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
PCTV3N2.ZIP
/
TEST.BAT
< 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
DOS Batch File
|
1992-02-14
|
194 b
|
15 lines
@echo off
writepro
if errorlevel 2 goto other
if errorlevel 1 goto wprot
echo "No problem"
goto end
:other
echo "Other error"
goto end
:wprot
echo "Write protected"
goto end
:end