Well the problem is that i've got this code
but it gives this result (see the picture)Code:OSName = System.GetOSName(); if OSName ~= "Windows XP" or OSName ~= "Windows Server 2003" then Dialog.Message("OS", "You don't have the right os to run this program", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1); Application.Exit() else end
i don't think thats what it has to do
can you help me with that?

Reply With Quote


