home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DB / DB014.ZIP / FLOPPY.BAT next >
DOS Batch File  |  1990-07-28  |  840b  |  36 lines

  1. ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO  
  5. ECHO  
  6. ECHO   This procedure installs PC-Names on a floppy in your B: drive.
  7. ECHO  
  8. ECHO   You must have a blank (formatted) diskette in your B: drive
  9. ECHO       with at least 720K bytes, so there is room for your names.
  10. ECHO  
  11. ECHO   If you DON'T want to do this yet, hold down the Ctrl key and
  12. ECHO       press C, and then reply Y.
  13. ECHO  
  14. ECHO  
  15. ECHO       Otherwise, to proceed with the installation:
  16. ECHO  
  17. PAUSE
  18. CLS
  19. ECHO  
  20. ECHO  
  21. ECHO ON
  22. a:pkunzip a:program B:
  23. ECHO OFF
  24. CLS
  25. ECHO  
  26. ECHO  
  27. ECHO  
  28. ECHO   The INSTALL is now complete.
  29. ECHO  
  30. ECHO   Put the new diskette from the B: drive, into your A: drive.
  31. ECHO  
  32. ECHO   Key PCN and press ENTER to start PC-Names. After the program menu
  33. ECHO       appears, use the arrow key to choose HELP, then press ENTER.
  34. ECHO  
  35. ECHO ON
  36.