home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / a / a4mu_pat.zip / UPDATE_M.BAT < prev    next >
DOS Batch File  |  1993-01-14  |  1KB  |  36 lines

  1. @echo off
  2. if exist a4.exe goto update
  3. echo **********************************************************************
  4. echo                 Please read the directions that come
  5. echo                 with the update before attempting to 
  6. echo                 install. Before typing UPDATE_M you 
  7. echo                 must copy the update files to the  
  8. echo                 program subdirectory.
  9. echo **********************************************************************
  10. @echo off
  11. goto end
  12. :update
  13. attrib -r a4.exe
  14. PATCH V03_V11m
  15. if errorlevel 1 goto bad
  16. attrib +r a4.exe
  17. erase PATCH.EXE
  18. erase v03_v11m.*
  19. goto end
  20. :bad
  21. attrib +r a4.exe
  22. erase PATCH.EXE
  23. erase v03_v11m.*
  24. cls
  25. Echo **********************************************************************
  26.  
  27. echo      Alpha Four was not updated!!!  Please make sure that you 
  28. Echo      are using version 2.1.03 of the program.  This can be 
  29. Echo      checked by pressing F3 from the Alpha Four main menu. If  
  30. echo      you are not using version 2.1.03 please call the Technical 
  31. echo      Support Department for assistance.        
  32.  
  33. echo **********************************************************************
  34.  
  35. :end
  36.