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