Les,

Initially one would think so, but by further analyzing the code I think you may change your mind.

This current code would Execute on Windows 95/98 and Windows NT 4.0, but would not execute on Windows 2000 (which is good, since 2000/XP already have the latest version of WMI installed)

Try this code on your NT 4.0 workstation and then try it on your Windows 2000/XP workstation.

code:
$OS = (@PRODUCTTYPE)

IF $OS="Windows 95" or $OS="Windows 98"
? "Windows 9x Inventory Software Installation, Please be Patient."

ELSE
IF $OS="Windows NT" or $OS="Windows NT Workstation"
? "Windows NT Inventory Software Installation, Please be Patient."
ELSE
? "Unsupported OS version..."
ENDIF
ENDIF

Nice to see your still around... The TOP SUIT people have not beat you up too much. [Big Grin]