Re: Correct me, Please !
From: andrea (andrea_at_discussions.microsoft.com)
Date: 12/03/04
- Previous message: Torgeir Bakken \(MVP\): "Re: Correct me, Please !"
- In reply to: Torgeir Bakken \(MVP\): "Re: Correct me, Please !"
- Next in thread: Tom Lavedas: "Re: Correct me, Please !"
- Reply: Tom Lavedas: "Re: Correct me, Please !"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 13:09:05 -0800
Thank You!
i don't understood. Post final script:
'--------------------8<----------------------
Const ForReading = 1, ForWriting = 2
Dim fso, f, RigaLetta
Set wshShell = CreateObject("Wscript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.OpenTextFile("allowed.txt", ForReading, True)
RigaLetta = ""
Do Until f.AtEndOfStream
RigaLetta = f.Readline
WScript.Echo RigaLetta
Loop
'--------------------8<----------------------
Kisses
"Torgeir Bakken (MVP)" wrote:
> andrea wrote:
>
> > Torgeir, Tom,
> > many thans to correct error but,
> > you tell me that for this list:
> >
> > System
> > smss.exe
> > csrss.exe
> > winlogon.exe
> > services.exe
> > lsass.exe
> > [snip]
> >
> > i cannot have a decent echo output video?
> >
> > (all lines, 1 by 1, in a box [sorry for my english])
> Hi
>
> Yes, you can, just remove the f.Skipline line, as Tom wrote in his
> post, like this:
>
> Do Until f.AtEndOfStream
> RigaLetta = f.Readline
> WScript.Echo RigaLetta
> Loop
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scriptcenter/default.mspx
>
- Previous message: Torgeir Bakken \(MVP\): "Re: Correct me, Please !"
- In reply to: Torgeir Bakken \(MVP\): "Re: Correct me, Please !"
- Next in thread: Tom Lavedas: "Re: Correct me, Please !"
- Reply: Tom Lavedas: "Re: Correct me, Please !"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|