home *** CD-ROM | disk | FTP | other *** search
/ Index to United Nations …Publications 1990 to 1996 / 200558.iso / nbsoft.exe / DISPLOGO.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-01-26  |  325 b   |  21 lines

  1. echo off
  2. REM Display Product Logos
  3.  
  4. if not exist logos\*.* goto End
  5.  
  6. video > NUL
  7. if errorlevel 1 if not errorlevel 2 goto set_bw
  8.  
  9. if not exist vgalogo.bat goto End
  10. call vgalogo
  11. mode co80 >  NUL
  12.  
  13. goto End
  14.  
  15. :set_bw
  16. set VC_VID_SYS=3 6 25 80 2 b800 3da
  17. if not exist monologo.bat goto End
  18. call monologo
  19.  
  20. :End
  21.