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 >
DOS Batch File  |  1993-01-14  |  481b  |  22 lines

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