home *** CD-ROM | disk | FTP | other *** search
- echo off
- REM Display Product Logos
-
- if not exist logos\*.* goto End
-
- video > NUL
- if errorlevel 1 if not errorlevel 2 goto set_bw
-
- if not exist vgalogo.bat goto End
- call vgalogo
- mode co80 > NUL
-
- goto End
-
- :set_bw
- set VC_VID_SYS=3 6 25 80 2 b800 3da
- if not exist monologo.bat goto End
- call monologo
-
- :End