home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
contents
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
2014-05-13
|
196b
|
18 lines
@echo off
cls
if %1! == ! goto message
cat /f /d%1
goto endit
:message
echo.
echo To start the program enter GO D (Where D is your CD-ROM drive letter.)
echo.
echo.
:endit