... NIString(INISection, "Wochentage", "", INIfile)
Startzeit=GetINIString(INISection, "Startzeit", "", INIfile)
'*** Überprüfen, ob Script lokal oder remote ausgeführt werden soll ***
If GetOSVersion = WXP Then
'*** Für Windows XP und Windows 2003 ***
If Ucase(lokalerSystemname) <> Ucase(Systemname) Then
'Remote-Taskplanung
cmd = "SCHTASKS ...