scripting:api:wsh-text-stream:write-line

WriteLine

Method of IWshTextStream

Writes a specified string and newline character to a TextStream file

  • BSTR Text = "" (optional)
WshTextStream.WriteLine(Text);

==== Visual Basic Script ====

WshTextStream.WriteLine Text

==== C++ ====

HRESULT hr = WshTextStream.WriteLine(Text);

===== See Also ===== IWshTextStream