scripting:api:wsh-text-stream:write

write

Method of IWshTextStream

Writes a specified string to a TextStream file

WshTextStream.write(Text);

==== Visual Basic Script ====

WshTextStream.write Text

==== C++ ====

HRESULT hr = WshTextStream.write(Text);

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