home *** CD-ROM | disk | FTP | other *** search
/ The Disc (Australian) 4 / DISC4.iso / DEMOS / DAMEDEMO / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-01-01  |  506b  |  28 lines

  1. @echo off
  2. @echo.
  3. @echo.
  4. @echo       ****** The Dame Was Loaded Demo Install ******
  5. @echo  (Please note that this version will NOT run under Windows)
  6. @echo.
  7. @echo.
  8. @echo.
  9. @echo.
  10. @echo   The sound card will be installed.
  11. @echo.
  12. @pause
  13. @thevoice
  14.  
  15. @echo.
  16. @echo   The video card will be installed.
  17. @echo   (This may cause troubles on some machines)
  18. @echo.
  19. @echo    Press CTRL-C to not install
  20. @echo            or
  21. @pause 
  22. @uvconfig -pc:\
  23.  
  24. @echo.
  25. @echo   Now type DAME to play the demo.
  26.  
  27.  
  28.