CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Location
    Canada
    Posts
    78

    How to determine the Operating System the computer is running?

    Hi,

    Anyone knows how to determine what OS the computer is running... ex. Win95/98/ME/NT etc..

    Thanks!


  2. #2
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: How to determine the Operating System the computer is running?

    Here is a link to a good class module to get the OS version.

    http://www.freevbcode.com/ShowCode.Asp?ID=986


    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

  3. #3
    Join Date
    Apr 2001
    Location
    Tamil Nadu,INDIA
    Posts
    6

    Re: How to determine the Operating System the computer is running?

    environ("OS")


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured