[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn EA  - Novell Netware, Alloy Ntnx - Return Shell Version          [N]

   AH = EAh
   AL = return version environment string
       00h     don't return string
       nonzero return string in 40-byte buffer pointed to by ES:DI

       Return: buffer filled with three null-terminated entries:
           major operating system
           version
           hardware type

Return: AH = operating system (00h = MS-DOS)
   AL = hardware type
       00h IBM PC
       01h Victor 9000
   BH = major shell version
   BL = minor shell version
   CH = (v3.01+) shell type
       00h conventional memory
       01h expanded memory
       02h extended memory
   CL = shell revision number

Note:  this function is supported by NetWare 4.6 and Advanced NetWare 1.0+

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson