Magma Expert Licensed User Longtime User Mar 5, 2018 #1 Hi there... Is there a way to check windows type (Windows XP, 7, 8, 10, server) ? pro, ultimate, home ? x64, 32bit ? And specific version for example 6.x, 5.x ? Thanks in advance..
Hi there... Is there a way to check windows type (Windows XP, 7, 8, 10, server) ? pro, ultimate, home ? x64, 32bit ? And specific version for example 6.x, 5.x ? Thanks in advance..
Erel B4X founder Staff member Licensed User Longtime User Mar 5, 2018 #2 B4X: Log(GetSystemProperty("os.name", "")) Log(GetSystemProperty("os.version", "")) Log(GetSystemProperty("os.arch", "")) Upvote 0
B4X: Log(GetSystemProperty("os.name", "")) Log(GetSystemProperty("os.version", "")) Log(GetSystemProperty("os.arch", ""))