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
/
SET123.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-10-04
|
432b
|
21 lines
echo off
if not exist %1\lotus.com 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 1-2-3 directory.
echo *
echo * 2. Use INSTALL to modify your 1-2-3 driver set to
echo * support the NEW extended capabilities.
echo *
:exit1