Method of IWshTextStream
Writes a specified string and newline character to a TextStream file
WshTextStream.WriteLine(Text);
==== Visual Basic Script ====
WshTextStream.WriteLine Text
==== C++ ====
HRESULT hr = WshTextStream.WriteLine(Text);
===== See Also ===== IWshTextStream