home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / DEMOS / XMASCARD / INSTGAME.BAT < prev    next >
DOS Batch File  |  1993-12-01  |  721b  |  34 lines

  1. echo off
  2. space %1: 465kb
  3. if errorlevel 1 goto NoSpace
  4. godir %1:\sierra\xmascard
  5. if errorlevel 1 goto CantCreate
  6. echo Copying drivers...
  7. copy %2:*.drv >nul
  8. copy %2:space.com >nul
  9. copy %2:godir.com >nul
  10. copy %2:install.* >nul
  11. copy %2:resource.* >nul
  12. copy %2:sierra.com >nul
  13. copy %2:sciv.exe >nul
  14. copy %2:exists.com >nul
  15. copy %2:..\256card.bat .. >nul
  16. echo.
  17. echo To play the 256 color version
  18. echo     of the Christmas Card,
  19. echo.
  20. echo     Please Type: 256card
  21. echo.
  22. goto Exit
  23. :NoSpace
  24. echo "There is not enough space on %1 to install the Christmas Card"
  25. echo "465 KBytes of disk space are necessary."
  26. pause
  27. goto Exit
  28. :CantCreate
  29. echo "Unable to create directory %1."
  30. pause
  31. goto Exit
  32. :Exit
  33.  
  34.