home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / TAGU27C.ZIP / TAG27C.BAT < prev    next >
DOS Batch File  |  1995-01-01  |  935b  |  34 lines

  1. @echo off
  2. echo  
  3. echo  ***********************************************
  4. echo  *** T.A.G. Version 2.7c Maintenance Release ***
  5. echo  ***********************************************
  6. echo  
  7. echo NOTE: This upgrade may only be run on an existing
  8. echo       T.A.G. Version 2.7b updated standard systems.
  9. echo  
  10. echo Press [Control]-[C] and [Y] to abort or
  11. pause
  12. echo  
  13. rem *** Rebuild tag.exe using tag.ex~ patch file ***
  14. rebuild tag.exe
  15. if errorlevel 1 goto error
  16. rem *** Rebuild tag.ovr using tag.ov~ patch file ***
  17. rebuild tag.ovr
  18. if errorlevel 1 goto error
  19. rem *** If two patches executed ok, clean up unneeded files ***
  20. del tag.ex~
  21. del tag.ex!
  22. del tag.ov~
  23. del tag.ov!
  24. del rebuild.exe
  25. echo  
  26. echo ** Conversion Complete **
  27. echo  
  28. goto end
  29. :error
  30. echo *********************************************
  31. echo *** A fatal conversion error has occurred ***
  32. echo *********************************************
  33. :end
  34.