Search found 2 matches

by Rudi Seitz
Thu Mar 17, 2011 3:15 pm
Forum: Tricks 'n' Tips
Topic: Round about Windowsversion
Replies: 3
Views: 1707

Re: Round about Windowsversion

Sorry, forget my tip !

Windows make blind !
I've search several weeks for a "WindowsVersion()" and not seen that "OSVersion()" already exists in PB
by Rudi Seitz
Wed Mar 16, 2011 11:48 am
Forum: Tricks 'n' Tips
Topic: Round about Windowsversion
Replies: 3
Views: 1707

Round about Windowsversion

;//////////////////////////////////////////////////////////////////////////////////////////////////
Declare.l IsWindows64bit() ; 16.03.2011 ;//
Declare.l IsWindowsServer() ; 16.03.2011 ;//
Declare.l GetWindowsType() ; 16.03.2011 ;//
Declare.l GetWindowsBuild() ; 16.03.2011 ;//
Declare.s ...