home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / hdinst.bat < prev    next >
DOS Batch File  |  1995-01-07  |  775b  |  31 lines

  1. echo off
  2. if "%1" == "" goto noparm
  3. echo.
  4. echo Installing.... Please Wait
  5. echo.
  6. echo The first time you run install and have chosen your language press F8 
  7. echo to tell the installation program which drive your CD Rom is installed on.
  8. echo.
  9. md %1\cdmenu
  10. copy *.* %1\cdmenu >nul
  11. md %1\vpic
  12. copy \vpic\*.* %1\vpic >nul
  13. cls
  14. echo.
  15. echo The first time you run install and have chosen your language press F8 
  16. echo to tell the installation program which drive your CD Rom is installed on.
  17. echo.
  18. echo The program is about to start.
  19. echo.
  20. pause
  21. %1
  22. cd\cdmenu
  23. install
  24. goto end
  25. :noparm
  26. echo.
  27. echo The first time you run install and have chosen your language press F8 
  28. echo to tell the installation program which drive your CD Rom is installed on.
  29. echo.
  30. :end
  31.