home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
trident
/
ux64-utl
/
ux64-utl.exe
/
TVGAUTIL.ZIP
/
SETSYMPH.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-14
|
481b
|
22 lines
echo off
if not exist %1\symphony.exe goto error
if not exist %1\install.exe goto error
if "%1" == "" goto error
copy .\lotus\*.drv %1 /v
goto exit1
:error
echo - Wrong path or Miss parameters ...
echo - Check Again !
echo -
goto exit1
:exit
echo * Note:
echo * 1. Make sure new driver(s) on your Symphony directory.
echo *
echo * 2. Use INSTALL to modify your Symphony driver set to
echo * support the NEW extenced capabilities.
echo *
:exit1