home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / RD / RD016A.ZIP / INSTALHD.BAT < prev    next >
DOS Batch File  |  1990-01-12  |  1KB  |  49 lines

  1. echo off
  2. CLS
  3. ECHO:  
  4. ECHO:  
  5. ECHO               NOTE:  YOU MUST DISIGNATE THE DRIVE TO COPY FILE TO
  6. ECHO:  
  7. ECHO                            example        INSTALHD C:
  8. ECHO:  
  9. ECHO    THIS PROGRAM WILL TAKE ABOUT 2 MEG OF HARD DISK SPACE TO MAKE THE SETUP
  10. ECHO    FILES, BUT ONLY ABOUT 1 MEG WHEN COMPLETELY INSTALLED.  YOUR COMPUTER
  11. ECHO    MUST HAVE 640K OF MEMORY, AND A EGA MONITOR.     
  12. ECHO:  
  13. ECHO    After all files have been copied type GO (Enter) to run GOOD NEWS and  
  14. ECHO    Press ESC to end the program.
  15. ECHO:  
  16. ECHO                        PRESS CTRL-BREAK TO ABORT, OR
  17. ECHO:  
  18. PAUSE
  19. cls
  20. if .%1==. goto done
  21. mkdir %1\goodnews
  22. copy *.* %1\goodnews
  23. cls
  24. ECHO:
  25. ECHO Please put the second disk in drive A:
  26. ECHO:
  27. pause
  28. copy *.* %1\goodnews
  29. %1
  30. cls
  31. ECHO:
  32. ECHO Now all I have to do is put all of this together for you so that the
  33. ECHO program will run.  It will take me a little while to do this.
  34. ECHO                Don't go away, we're getting there!
  35. ECHO:
  36. ECHO:
  37. ECHO:
  38. ECHO:
  39. cd\goodnews
  40. goodnews
  41. del %1\goodnews\goodnews.exe
  42. del %1\goodnews\instalhd.bat
  43. ECHO:
  44. ECHO:  
  45. ECHO          To run GOOD NEWS type GO from DOS prompt, or
  46. ECHO:  
  47. pause
  48. go
  49. :done