home *** CD-ROM | disk | FTP | other *** search
- Echo off
- Rem -----------------------------------------------------------
- Rem HDWEDEMO.BAT 07-16-88 TEM Demonstrates program HDWEELVL.EXE
- Rem ------------------------- sets errorlevel to hardware byte.
- Rem -----------------------------------------------------------
-
- Echo ROM BIOS hardware byte value and interpretation...
-
- Hdweelvl
-
- If errorlevel 255 Echo FF - Original 8088 PC CPU
- If errorlevel 255 Goto FINIS
-
- If errorlevel 254 If Not Errorlevel 255 Echo FE - Portable, Early XT, 3270 PC
- If errorlevel 253 If Not Errorlevel 254 Echo FD - PC Junior
- If errorlevel 252 If Not Errorlevel 253 Echo FC - 80286: PC/AT or PS/2 50/60
- If errorlevel 251 If Not Errorlevel 252 Echo FB - XT Revision 1 or 2
- If errorlevel 250 If Not Errorlevel 251 Echo FA - 8086 CPU: PS/2 Model 30
- If errorlevel 249 If Not Errorlevel 250 Echo F9 - Uknown CPU
- If errorlevel 248 If Not Errorlevel 249 Echo F8 - 80386 CPU
-
- Exit
- rrorlevel 249 If Not Errorlevel 250 Echo F9 - Uknown CPU
- If errorlevel 248 If Not Errorlevel 249 Echo F