home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DB / DB014.ZIP / FLOPUPGR.BAT < prev    next >
DOS Batch File  |  1990-07-28  |  978b  |  42 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO  
  5. ECHO  
  6. ECHO   This procedure upgrades your current PC-Names to the new version
  7. ECHO       on a floppy disk system.  To work correctly this new disk
  8. ECHO       must be in your A: drive, and your old disk in the B: drive.
  9. ECHO  
  10. ECHO   WARNING: this will delete your current SETUP information, so you
  11. ECHO       may want to do a "Print Screen" of the SETUP information
  12. ECHO       BEFORE continuing.
  13. ECHO  
  14. ECHO  
  15. ECHO   If you do NOT want to run the upgrade, hold down the Ctrl key and
  16. ECHO       press C, and then reply Y.
  17. ECHO  
  18. ECHO  
  19. ECHO       Otherwise, to proceed with the upgrade:
  20. ECHO  
  21. PAUSE
  22. CLS
  23. A:    
  24. ECHO  
  25. ECHO  
  26. ECHO   Reply 'Y' to Overwrite (Y/N)
  27. ECHO  
  28. ECHO ON
  29. A:PKUNZIP A:PROGRAM B:PCN.EXE
  30. A:PKUNZIP A:PROGRAM B:SETUP.DAT
  31. ECHO OFF
  32. CLS
  33. ECHO  
  34. ECHO  
  35. ECHO  
  36. ECHO   The UPGRADE is now complete.
  37. ECHO  
  38. ECHO   Put your old PC-Names disk in the A: drive, and key PCN to start
  39. ECHO  
  40. ECHO  
  41. ECHO ON
  42.