home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 012 / v411_su.zip / UPDATE_S.BAT < prev    next >
DOS Batch File  |  1994-09-13  |  2KB  |  43 lines

  1. @echo off
  2. echo ******************************************************************
  3. echo * IMPORTANT: This patch ONLY works on REGISTERED copies of       *
  4. echo * Alpha Four.                                                    *
  5. echo *                                                                *   
  6. echo * When you start Alpha Four Version V4.0 does a dialog box       *      
  7. echo * display asking you for your registration number?               *      
  8. echo *                                                                *      
  9. echo * If so, you must exit this program now by pressing CTRL-BREAK.  *      
  10. echo * Then restart Alpha Four V4.0 and enter the registration number.*      
  11. echo * Then run the Update program again.                             *      
  12. echo ******************************************************************
  13. pause
  14. if exist alpha.exe goto update
  15. echo ******************************************************************
  16. echo *               Please read the directions that come             *    
  17. echo *               with the update before attempting to             *      
  18. echo *               install. Before typing UPDATE_M you              *      
  19. echo *               must copy the update files to the                *      
  20. echo *               program subdirectory.                            *      
  21. echo ******************************************************************
  22. @echo off
  23. goto end
  24. :update
  25. PATCH v40_411s
  26. if errorlevel 1 goto bad
  27. erase PATCH.EXE
  28. erase v40_411s.*
  29. goto end
  30. :bad
  31. erase PATCH.EXE
  32. erase v40_411s.*
  33. Echo **********************************************************************
  34. echo *                                                                    *
  35. echo *     Not all files were not updated!!!  Please make sure that you   *
  36. Echo *     are using Version 4.0 of the program.  This can be             *
  37. Echo *     checked by pressing F3 from the Alpha Four main menu. This     *
  38. echo *     patch is designed to update ONLY Version 4.0 files to Version  *
  39. echo *     4.0.11.                                                        *                                      *
  40. echo *                                                                    *
  41. echo **********************************************************************
  42. :end
  43.