home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / gnoun.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-07-28  |  609b  |  27 lines

  1. @echo off
  2. echo Sproglogic Installation Program for German Noun Tutor
  3. echo.  
  4. echo.  
  5. if %1x == x  goto usage
  6. echo About to create directory %1\ger1
  7. echo Type control-C now to abort or
  8. pause
  9. md %1\ger1
  10. echo.
  11. echo About to copy game files into %1\ger1
  12. echo Type control-C to stop now or
  13. pause
  14. copy *.* %1\ger1
  15. goto done
  16. :usage
  17. echo Usage: INSTALL [drive:\path]
  18. echo See your DOS user manual for instructions on drives and paths
  19. goto done1
  20. :done
  21. del %1\ger1\install.bat
  22. echo.
  23. echo Installation complete, type GER1 to begin.
  24. echo Please read the documentation and register soon.
  25. :done1
  26.  
  27.