home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / MISSING / TVGA.ZIP / TVGA2 / SET123.BAT < prev    next >
DOS Batch File  |  1992-07-02  |  430b  |  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 extenced capabilities.
  19. echo *
  20. :exit1
  21.