home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
DESQVIEW
/
MISC
/
DVTMAN13.ZIP
/
DVTXDI.ZIP
/
TAPX.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1990-09-10
|
187 b
|
13 lines
echo off
tapxdi keys=%1
if errorlevel 99 goto badinput
if errorlevel 1 goto nothere
echo Got it!
goto bye
:nothere
echo no got it...
goto bye
:badinput
echo TAPX error.
:bye