home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / cdd / dosanw / pv / mpg.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-21  |  519 b   |  16 lines

  1. @echo off
  2. echo If you want to play MPG files just place in MPG.BAT the calls for your
  3. echo favourite DOS MPG-Player. I prefer the VMPEG. Its a fast reliable player
  4. echo by Stefan Eckart
  5. pause
  6. rem
  7. set go32=nodpmi gw 640 gh 480 nc 256
  8. rem  replace with driver for your (S)VGA^^^^^^^^
  9. rem  gw = width
  10. rem  gh = height
  11. rem  nc = number of colors (don't change)
  12. rem
  13. rem  or use the following line for standard VGA (last resort...)
  14. rem set go32=nodpmi
  15. c:\utti\go32 c:\utti\vmpeg -d1 %1 %2 %3 %4 %5 %6 %7 %8 %9
  16.