SyntaxFix
Write A Post
Hire A Developer
Questions
When in doubt, read the documentation:
filename = "C:\Temp\vblist.txt" Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.OpenTextFile(filename) Do Until f.AtEndOfStream WScript.Echo f.ReadLine Loop f.Close