-
Set TextFile = fso.CreateTextFile("C:\Hello.txt", True) TextFile.WriteLine ("Hello, world") TextFile.Close