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 >
DOS Batch File  |  1993-10-04  |  432b  |  21 lines

  1. echo off
  2. if not exist %1\lotus.com goto error
  3. if "%1" == "" goto error
  4. copy .\lotus\*.drv %1 /v
  5. goto exit1
  6.  
  7. :error
  8. echo - Wrong path or Miss parameters ...
  9. echo - Check Again !
  10. echo -
  11. goto exit1
  12.  
  13. :exit
  14. echo *  Note:
  15. echo *    1. Make sure new driver(s) on your 1-2-3 directory.
  16. echo *
  17. echo *    2. Use INSTALL to modify your 1-2-3 driver set to
  18. echo *       support the NEW extended capabilities.
  19. echo *
  20. :exit1
  21.