Is there a way to detect what opperating system is running on the machine your app is installed on? I've got a small program that needs to use certain unique registry keys in WinNT or Win98/95 depending on which version of the OS is present.

~A6