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 >
DOS Batch File  |  1992-07-02  |  479b  |  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.