home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
txtutl
/
hyphen.arc
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-01-01
|
311b
|
14 lines
echo off
if not exist %1hyphen.exe goto skip
%1setup %1HYPHEN.EXE
echo HyphenAid installation complete.
goto quit
:skip
if not exist %1\hyphen.exe goto exit
%1\setup %1\HYPHEN.EXE
echo HyphenAid installation complete.
goto quit
:exit
echo Error: HyphenAid files not found in specified path.
:quit