Re: Need WMI script




"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
--


.



Relevant Pages

  • Re: [kde-linux] 20090807KL -- "Emergency" -- Lost File
    ... I was entirely unable to recover ... the display! ... If the unclean shutdown caused filesystem corruption you might have something ... Kevin Krammer, KDE developer, xdg-utils developer ...
    (KDE)
  • Re: mdctl: Device busy
    ... Errrm... ... This is a newsgroup, not a mailing list, but whatever:) ... > Is there any way to display which program or filesystem using the MD? ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Filesystem usage by Directory wise
    ... needs to display the size of each directory in the filesystem. ... df -h will return the filesystem usage of /test. ...
    (comp.unix.shell)
  • Filesystem usage by Directory wise
    ... Iam working on sun solaris system. ... needs to display the size of each directory in the filesystem. ... df -h will return the filesystem usage of /test. ...
    (comp.unix.shell)
  • how to display a MessageBox in ASP.net
    ... Can someone tell me how i could display a messagebox in ASP.NEt. ... Validate the user details, & if the user doesn't have requried access ...
    (microsoft.public.dotnet.framework.aspnet)

Loading