home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 November / CD_11_95.BIN / f1demo.bat < prev    next >
DOS Batch File  |  1995-08-22  |  3KB  |  131 lines

  1. @echo off
  2.  
  3. usk 0
  4.  
  5. if not exist c:\f1\out md c:\f1
  6.  
  7. set DOS4G=quiet
  8. set CYBERSWP=C:\F1
  9.  
  10. set dos4gvm=@f1.vmc
  11. f1select
  12.  
  13. if errorlevel 10 goto play10
  14. if errorlevel  9 goto play9
  15. if errorlevel  8 goto play8
  16. if errorlevel  7 goto play7
  17. if errorlevel  6 goto play6
  18. if errorlevel  5 goto play5
  19. if errorlevel  4 goto play4
  20. if errorlevel  3 goto play3
  21. if errorlevel  2 goto play2
  22. if errorlevel  1 goto play1
  23. goto ende
  24.  
  25.  
  26. rem 8 MB
  27. :play1
  28. rem     cprintf("1)   Kein Sound\r\n");
  29. echo 8 MB NO SOUND
  30. dos4gw f.exe /v /a8 /s /c %1 %2 %3 %4 %5 %6 %7
  31. set dos4gvm=
  32. if errorlevel 199 dos4gw testdb Xffff 
  33. goto ende
  34.  
  35.  
  36. :play2
  37. rem     cprintf("2)   FM-Sound\r\n");
  38. echo 8 MB Playing FM-Sound
  39. dos4gw f.exe /v /a8 /mf %1 %2 %3 %4 %5 %6 %7
  40. set dos4gvm=
  41. if errorlevel 199 dos4gw testdb X1 
  42. goto ende
  43.  
  44.  
  45. :play3
  46. rem     cprintf("3)   General Midi Sound\r\n");
  47. echo 8 MB Playing GM-Sound
  48. dos4gw f.exe /v /a8 /mm %1 %2 %3 %4 %5 %6 %7
  49. set dos4gvm=
  50. if errorlevel 199 dos4gw testdb X1 
  51. goto ende
  52.  
  53.  
  54. :play4
  55. rem     cprintf("4)   CD-Sound\r\n");
  56. echo 8 MB Playing CD-Sound
  57. dos4gw f.exe /v /a8 /mc %1 %2 %3 %4 %5 %6 %7
  58. set dos4gvm=
  59. if errorlevel 199 dos4gw testdb X0 
  60. goto ende
  61.  
  62. :play9
  63. rem     cprintf("4)   CD-Sound\r\n");
  64. echo 8 MB Playing from CD
  65. dos4gw f.exe /v /a8 %1 %2 %3 %4 %5 %6 %7
  66. set dos4gvm=
  67. if errorlevel 199 dos4gw testdb X1
  68. goto ende
  69.  
  70.  
  71. rem     ****************************
  72. rem                                     4 MB
  73. rem ****************************
  74.  
  75.  
  76.  
  77.  
  78.  
  79. :play5
  80. rem     cprintf("1)   Kein Sound\r\n");
  81. echo 4 MB NO SOUND
  82. dos4gw f.exe /v /a4 /s /c %1 %2 %3 %4 %5 %6 %7
  83. set dos4gvm=
  84. if errorlevel 199 dos4gw testdb Xffff 
  85. goto ende
  86.  
  87.  
  88. :play6
  89. rem     cprintf("2)   FM-Sound\r\n");
  90. echo 4 MB Playing FM-Sound
  91. dos4gw f.exe /v /a4 /mf %1 %2 %3 %4 %5 %6 %7
  92. set dos4gvm=
  93. if errorlevel 199 dos4gw testdb Xffff 
  94. goto ende
  95.  
  96.  
  97. :play7
  98. rem     cprintf("3)   General Midi Sound\r\n");
  99. echo 4 MB Playing GM-Sound
  100. dos4gw f.exe /v /a4 /mm %1 %2 %3 %4 %5 %6 %7
  101. set dos4gvm=
  102. if errorlevel 199 dos4gw testdb Xffff 
  103. goto ende
  104.  
  105.  
  106. :play8
  107. rem     cprintf("4)   CD-Sound\r\n");
  108. echo 4 MB Playing CD-Sound
  109. dos4gw f.exe /v /a4 /mc %1 %2 %3 %4 %5 %6 %7
  110. set dos4gvm=
  111. if errorlevel 199 dos4gw testdb X2 
  112. goto ende
  113.  
  114. :play10
  115. rem     cprintf("4)   CD-Sound\r\n");
  116. echo 4 MB Playing from CD
  117. dos4gw f.exe /v /a4 %1 %2 %3 %4 %5 %6 %7
  118. set dos4gvm=
  119. if errorlevel 199 dos4gw testdb Xffff
  120. goto ende
  121.  
  122. :ende
  123.  
  124. set DOS4G=
  125. set CYBERSWP=
  126.  
  127. echo.
  128. echo (c)1995 by ASCON Software GmbH
  129. echo.
  130.  
  131.