home *** CD-ROM | disk | FTP | other *** search
- echo off
- quit
- para_ %1 %2 %3 %4
- if errorlevel 17 goto fm
- if errorlevel 16 goto fe
- if errorlevel 15 goto fv
- if errorlevel 14 goto fa
- if errorlevel 13 goto jm
- if errorlevel 12 goto je
- if errorlevel 11 goto jv
- if errorlevel 10 goto ja
- goto er
- :ja
- test_
- if errorlevel 9 goto vga
- if errorlevel 3 goto ega
- if errorlevel 4 goto ega
- if errorlevel 5 goto ega
- if errorlevel 7 goto mono
- goto error
- :vga
- techfont
- vgadrv
- goto ok
- :ega
- techfont
- egadrv
- goto ok
- :mono
- techfont
- hercdrv
- goto ok
- :error
- echo Adapter is not supported !
- goto ok
- :jv
- techfont
- vgadrv
- goto ok
- :je
- techfont
- egadrv
- goto ok
- :jm
- techfont
- hercdrv
- goto ok
- :fa
- test_
- if errorlevel 9 goto fvga
- if errorlevel 3 goto fega
- if errorlevel 4 goto fega
- if errorlevel 5 goto fega
- if errorlevel 7 goto fmono
- goto error
- :fvga
- techfont /f
- vgadrv
- goto ok
- :fega
- techfont /f
- egadrv
- goto ok
- :fmono
- techfont /f
- hercdrv
- goto ok
- :error
- echo Adapter is not supported !
- goto ok
- :fv
- techfont /f
- vgadrv
- goto ok
- :fe
- techfont /f
- egadrv
- goto ok
- :fm
- techfont /f
- hercdrv
- goto ok
- :er
- echo Invalid parameters !
- :ok
-
-