home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / DRIVERS / HP / L4_2X / UPDATE.BAT < prev    next >
DOS Batch File  |  1992-07-01  |  1KB  |  43 lines

  1. echo off
  2. if .%1==. goto specdir
  3. if not exist %1\123.LLD goto bfor23
  4. if not exist %1\123.EXE goto incpath
  5. if not exist %1\WYSIWYG.ADN goto nowys
  6. goto sknowys
  7. :nowys
  8. echo 
  9. echo The Wysiwyg program was not originally installed and therefore 
  10. echo can not be updated. If you wish to install Wysiwyg at a future
  11. echo time, please rerun this update disk.
  12. :sknowys
  13. echo 
  14. echo Installing 1-2-3 Update... Please wait.
  15. echo The installation may take several minutes. 
  16. UPDTL.EXE /NOM %1 UPDTL.RTP
  17. if errorlevel 1 goto errmsg
  18. if exist %1\WYSIWYG\IFL.EXE copy *.IFL %1\WYSIWYG > NUL
  19. copy READHP.ME %1 > NUL
  20. echo 
  21. echo 1-2-3 Update files have been installed.
  22. goto done
  23. :specdir
  24. echo 
  25. echo You must specify a directory to update. Example: UPDATE C:\123R23
  26. goto errmsg
  27. :bfor23
  28. echo 
  29. echo The path or directory specified (%1),
  30. echo is not an updateable release of 1-2-3.
  31. goto errmsg
  32. :incpath
  33. echo 
  34. echo The path or directory specified (%1),
  35. echo or the 1-2-3 files do not exist.
  36. :errmsg
  37. echo 
  38. echo ERROR: 1-2-3 Update files have not been installed.
  39. echo 
  40. :done
  41. echo 
  42. echo on
  43.