home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Animation & Sound / SOS-ANIM_SOUND.ISO / best_50 / disp152.zip / RUNME.BAT < prev   
DOS Batch File  |  1993-07-25  |  847b  |  28 lines

  1. @echo off
  2. rem
  3. rem Place go32.exe within search path
  4. rem (this go32.exe(from DJGPP 1.10) is a modified version)
  5. rem *** If this go32.exe is not compatible with other DJGPP program 
  6. rem     in your system, DON'T put go32.exe within search path.
  7. rem
  8. rem Be sure, the directory is UNIX style
  9. rem Choose one from the following:
  10. rem 
  11. rem set tmp=c:/tmp
  12. rem set temp=c:/tmp
  13. set go32tmp=c:/tmp
  14. rem
  15. rem Choose your video driver, must include full pathname.
  16. rem Video drivers are borrowed from DJGPP.
  17. rem 
  18. rem if you choose xxxxx.grn as video driver, add 'nc 256' to GO32
  19. rem
  20. rem if you don't have 80x87, add 'emu x:/xxxxx/emu387' to GO32
  21. rem
  22. set go32=real nodpmi driver c:/display/driver/et4000.grn nc 256
  23. rem
  24. rem if you put go32.exe within search path :
  25. c:\display\display
  26. rem else :
  27. rem c:\display\go32 c:\display\display.exe
  28.