' automatische Updates der Sperrung IEPRO7
objShell = CreateObject („WScript.Shell“) einstellen
objFSO = CreateObject („Scripting.FileSystemObject“) einstellen
strRegFileIE7PRO = „\ \ dc1 \ SYSVOL \ Gebiet. Einheimisches \ Indexe \ conf.ini“
strFileIEPRO= „C:\Program Files\IEPro\IEProCx.exe“
strAppData = objShell.ExpandEnvironmentStrings („%APPDATA%")
strCheckFileIEPRO = strAppData u. „\ IEPRO7updatesdisabled.dat“
Wenn objFSO.FileExists (strFileIEPRO) dann
Wenn objFSO.FileExists (strCheckFileIEPRO) = falsch dann
objFSO.CopyFile „\ \ dc1 \ SYSVOL \ Gebiet. Einheimisches \ Indexe \ conf.ini“, „C:\Documents and Settings\testuser\Application-Daten \ IEPro“
Gesetztes objFile = objFSO.CreateTextFile (strCheckFileIEPRO, zutreffend)
objFile.Close
Beenden wenn
|