home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / NETMAIL / QF_1063.ZIP / UPDATE.BAT < prev   
DOS Batch File  |  1994-03-14  |  934b  |  49 lines

  1. @Echo off
  2. Cls
  3.  
  4. Echo About to apply QFront v1.062 to QFront v1.063 patch.  You MUST
  5. Echo be running QFront v1.062 before you can successfully apply this
  6. Echo patch.  You MUST also run this UPDATE program from within your
  7. Echo main QFront directory.
  8. Echo.
  9. Echo Please be sure to make a backup before continuing with this patch
  10. Echo update.
  11. Echo.
  12. Echo Press CONTROL-BREAK now if you want to abort this patch update.
  13. Echo.
  14.  
  15. Pause
  16.  
  17. Cls
  18.  
  19. Echo Applying patch update.  This can take a while so please be patient!
  20. Echo.
  21.  
  22. PATCH QFRONT.RTP -E
  23.  
  24. If not exist PATCH.ERR goto Ok
  25.  
  26. Cls
  27.  
  28. Echo An error occurred while applying patch.  Please make sure you are
  29. Echo currently running QFront 1.062 and that you are running UPDATE from
  30. Echo your main QFront directory and try again.
  31. Echo.
  32.  
  33. Pause
  34.  
  35. Goto End
  36.  
  37. :Ok
  38. Cls
  39.  
  40. Echo Successfully applied patch update!
  41. Echo.
  42. Pause
  43.  
  44. DEL QFRONT.RTP
  45. DEL PATCH.EXE
  46.  
  47. :End
  48.  
  49.