home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / disp125.zip / RUNME.BAT < prev   
DOS Batch File  |  1993-03-29  |  678b  |  24 lines

  1. @echo off
  2. rem
  3. rem Place go32.exe within search path
  4. rem (this go32.exe is a modified version for vesa and 
  5. rem  is COMPLETELY compatible with old version)
  6. rem
  7. rem Be sure, the directory is UNIX style
  8. rem
  9. set tmpdir=c:/tmp
  10. set go32tmp=c:/tmp
  11. rem
  12. rem Choose your video driver, must include full pathname.
  13. rem Video drivers are borrowed from DJGPP.
  14. rem 
  15. rem if you choose xxxxx.grn as video driver, add 'nc 256' to GO32
  16. rem
  17. rem if you don't have 80x87, add 'emu x:/xxxxx/emu387' to GO32
  18. rem
  19. rem Usage : display [-d initial display type]
  20. rem         Currently support 8, 15, 16, 24.
  21. rem
  22. set go32=driver c:/display/driver/et4000.grn nc 256
  23. c:\display\display
  24.