home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
BATCH
/
SASK135.ZIP
/
GO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1992-04-26
|
318 b
|
13 lines
echo off
sask "Would you like to read the FILES.TXT file (Y/N)? " yn
if ERRORLEVEL = 99 goto ERROR
if ERRORLEVEL = 2 goto OUT
type FILES.TXT
goto OUT
:Error
echo You pressed Ctrl-C or Ctrl-Break or an internal error occurred
:Out
echo Please be sure to read the documentation, and run DEMO.
pause
echo on