home *** CD-ROM | disk | FTP | other *** search
/ Hot Stuff 2 / hot_stuff_2.zip / hot_stuff_2 / MENU / 13.BAT < prev    next >
DOS Batch File  |  1992-11-04  |  700b  |  31 lines

  1. @echo off
  2. cd \demos\its_rela
  3. echo off
  4. cls
  5. echo Editors Note:
  6. echo -------------
  7. echo This demo is going to search your path for a SBFMDRV.COM and
  8. echo PLAYCMF.EXE.  If you are returned immediately to the menu then 
  9. echo then you should check that these two files are in your path.
  10. echo:
  11. echo If you press ESC to terminate this demo early, you are going to 
  12. echo also have to enter EXIT to leave the spawned version of DOS that this
  13. echo demo creates.  Then you will have to press the ESC to terminate the 
  14. echo music.
  15. echo:
  16. pause
  17. type demo.doc |more
  18. pause
  19. SBFMDRV 
  20. PLAYCMF POLONAIS /Q /S=REYNOLDS
  21. SBFMDRV /U
  22. mode co80
  23. cd \menu
  24. mode 80
  25. \programs\50
  26. cls
  27. type menu.scr
  28.  
  29.  
  30.  
  31.