home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 014 / hmechan.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-09-03  |  764b  |  37 lines

  1. echo off
  2. cls
  3. echo       INSTALL for the HOME MECHANIC  V1.01.
  4. echo       .
  5. echo       .
  6.  
  7. if "%1"=="" goto info
  8. echo Ready to install to %1. To abort, hold down the CTRL key and press C or...
  9. pause
  10. md %1
  11.  
  12. copy hm.exe %1
  13. copy hmkbase.dat %1
  14. copy hmchart.dat %1
  15. copy hmgloss.dat %1
  16. copy readme.doc %1
  17. copy install.bat %1
  18.  
  19. echo INSTALLATION TO HARD DRIVE IS NOW COMPLETE.
  20. echo.
  21. echo Change to the %1 directory and type hm.exe to run the HOME MECHANIC.
  22. goto x
  23.  
  24. :info
  25. echo To install the HOME MECHANIC to your hard drive
  26. echo enter the following:
  27. echo  .
  28. echo  INSTALL C:\hm
  29. echo  .
  30. echo Or if you want to install to drive A: or B: enter one
  31. echo of the following:
  32. echo  .
  33. echo  INSTALL A:\hm  (or)  INSTALL B:\hm.
  34. echo  .
  35. echo  .
  36. :x
  37.