home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1994 October
/
SOFM_Oct1994.bin
/
pc
/
bus
/
crvplt
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1991-12-07
|
357b
|
13 lines
echo off
cls
if exist readme goto type_readme
echo.
echo. Please run "GO" from the disk containing the README file for CRVPLOT.
echo. E.G., if the CRVPLOT files are on a disk in drive "B" then enter
echo. "B:" to go to drive "B"
echo. "GO" to run this batch file again
goto exit
:type_readme
type readme
:exit