home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1996 January / CD_01_96.BIN / esdemo / install.bat
DOS Batch File  |  1994-12-11  |  206b  |  17 lines

  1. @echo off
  2. mode co80
  3. cd install
  4.  
  5. echo Bitte warten . . .
  6. inst -f
  7. if not exist install.scr goto worked3
  8. cd ..
  9. goto end
  10.  
  11. :worked3
  12. if not exist soundset.exe goto end
  13. soundset
  14. data\addr
  15. cls
  16.  
  17. :end