Re: Need WMI script
- From: "Richard Mueller [MVP]" <rlmueller-nospam@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 Apr 2007 10:51:49 -0500
"Sriman" <Sriman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8B3A9920-4D17-41FE-8069-8F3224F6F169@xxxxxxxxxxxxxxxx
Hi Mueller,
Thanks for your reply.
I have question. Is there any method which will print the out put(other
than
into file) other than Wscript.Echo ..like write, print etc., My
requirement
is to display the status of the group and down to the user details to the
admin and write those details to file. using filesystem we can write into
file.But how to display the details?
Regards,
Sri
I don't know of any way to print from a VBScript program. I generally use
Wscript.Echo commands to echo information to the console. I can redirect the
output to a text file, using the ">" redirection character. You can also use
the FileSystemObject to write information to a text file.
You can also use the MsgBox function to display information to users.
--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
--
.
- References:
- Re: Need WMI script
- From: Richard Mueller [MVP]
- Re: Need WMI script
- From: Sriman
- Re: Need WMI script
- Prev by Date: Re: Need WMI script
- Next by Date: Script to find if the automatically adjust clock for daylight saving changes is checked
- Previous by thread: Re: Need WMI script
- Next by thread: Re: Need WMI script
- Index(es):
Relevant Pages
|
Loading