in reply to How to determine Windows Edition

See Win32 for details:

C:\test>perl -MWin32 -E" say Win32::GetOSName()" WinVistaService Pack 1 C:\test>perl -E" say Win32::GetOSVersion()" Service Pack 16060012107681

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
RIP an inspiration; A true Folk's Guy

Replies are listed 'Best First'.
Re^2: How to determine Windows Edition
by geo (Acolyte) on Apr 22, 2010 at 01:08 UTC
    I like it! Thanks for the (very) quick response