Re: checking hotfix
From: Lynn (MarryLynn_at_yah00.c0m)
Date: 03/19/04
- Next message: Roger: "How can I Ignore a null value"
- Previous message: McKirahan: "Re: Reading comma delimited file"
- In reply to: Stivie S.: "Re: checking hotfix"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 20 Mar 2004 00:19:25 +0800
thanks
"Stivie S." <stefan.suesser@computacenter.com> wrote in message
news:CD024E19-6314-4F62-A3D8-D00B4DE31E2D@microsoft.com...
> Hi Lynn,
>
> the script example I posted uses a "WScript.Echo" statement for every
property that is shown. If you want to have the output in CSV format, you
put the properties in one line and separate them by comma or semicolon.
Here's an example, just giving the "output":
>
> WScript.Echo objQuickFix.CSName & ";" & objQuickFix.Description & ";" &
objQuickFix.HotFixID
>
> If you want to write the output to a file, use code like the following:
>
> Set objFSO = CreateObject("Scripting.FileSystemObject")
> Set objOutputFile = objFSO.CreateTextFile("C:\Hotfixes.log")
> objOutputFile.WriteLine objQuickFix.CSName & ";" & objQuickFix.Description
& ";" & objQuickFix.HotFixID
>
> Hope this helps :=)
- Next message: Roger: "How can I Ignore a null value"
- Previous message: McKirahan: "Re: Reading comma delimited file"
- In reply to: Stivie S.: "Re: checking hotfix"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|