Einzelnen Beitrag anzeigen

hathor
(Gast)

n/a Beiträge
 
#6

AW: Mediacenter in Win8 erkennen?

  Alt 9. Feb 2014, 11:29
If FileExists('C:\Windows\ehome\ehshell.exe') then...
Delphi-Quellcode:
function WMCexists: Boolean;
begin
  result := FileExists(GetEnvironmentVariable('windir')+'\ehome\ehshell.exe');
end;

Geändert von hathor ( 9. Feb 2014 um 12:21 Uhr)
  Mit Zitat antworten Zitat