Method of IWshTextStream
Writes a specified number of newline characters to a TextStream file
WshTextStream.WriteBlankLines(Lines);
==== Visual Basic Script ====
WshTextStream.WriteBlankLines Lines
==== C++ ====
HRESULT hr = WshTextStream.WriteBlankLines(Lines);
===== See Also ===== IWshTextStream