Code : Tout sélectionner
; Msgbox(0,"WMI Output", _GetOS() )
If _GetOS() == "Microsoft Windows XP Professionnel" Then
Msgbox(0,"", "ok" )
EndIf
Code : Tout sélectionner
; Msgbox(0,"WMI Output", _GetOS() )
If _GetOS() == "Microsoft Windows XP Professionnel" Then
Msgbox(0,"", "ok" )
EndIf
Code : Tout sélectionner
If StringRegExp($OS, '(?i)int[e\xe9]gral') Then ....