home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem Place go32.exe within search path
- rem (this go32.exe is a modified version for vesa and
- rem is COMPLETELY compatible with old version)
- rem
- rem Be sure, the directory is UNIX style
- rem
- set tmpdir=c:/tmp
- set go32tmp=c:/tmp
- rem
- rem Choose your video driver, must include full pathname.
- rem Video drivers are borrowed from DJGPP.
- rem
- rem if you choose xxxxx.grn as video driver, add 'nc 256' to GO32
- rem
- rem if you don't have 80x87, add 'emu x:/xxxxx/emu387' to GO32
- rem
- rem Usage : display [-d initial display type]
- rem Currently support 8, 15, 16, 24.
- rem
- set go32=driver c:/display/driver/et4000.grn nc 256
- c:\display\display