tags:

views:

55

answers:

2

hi

i'am Looking for any tool for check C# program on type's of OS on one computer

for example: Win 98....Win XP...Vista...7...

is there any free and good tool ?

thank's in advancec

+2  A: 

I would go with one of the many virtualization tool available; it will let you install more than a OS on the same machine.

Try virtualbox, from what i know it supports Windows 98 too.

systempuntoout
sorry if i was not understood, i mean to test the program (as .exe file)
Gold
No problem, hope it helps.
systempuntoout
+1  A: 

If you mean 'you need a code for your C# program that would identify the version/type of OS' then simple System.Environment.OSVersion would do the job.

In that case your next question would be 'How to determine the Windows version by using Visual C#'

KMan
+1 I think that's the correct answer :).
systempuntoout