home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
sharware
/
grafika
/
videoply
/
VMPEG12A
/
VMPEG.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-09-20
|
598b
|
18 lines
@echo off
rem
rem specify correct paths in line 9, 16 and 17
rem
rem use the following line for SVGAs with VESA BIOS
set go32=nodpmi gw 640 gh 480 nc 256
rem
rem otherwise use the following line
rem set go32=nodpmi driver d:\vmpeg\drivers\et4000.grn gw 640 gh 480 nc 256
rem replace with driver for your SVGA ^^^^^^^^^^
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 driver d:\vmpeg\drivers\vga.grd
d:\vmpeg\go32 d:\vmpeg\vmpeg %1 %2 %3 %4 %5 %6 %7 %8 %9