home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
educmath
/
mercury
/
install.bat
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-06-30
|
195 b
|
11 lines
rem Install Mercury in C:\MERCURY, from drive A.
if exist C:\MERCURY\*.* goto fail
c:
md C:\MERCURY
cd C:\MERCURY
a:mercuryz
goto dos
:fail
rem C:\MERCURY directory is not empty.
:dos