home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
MISSING
/
TVGA.ZIP
/
TVGA2
/
SETSYMPH.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-07-02
|
479b
|
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