Microsoft® Windows® Script Host WriteBlankLines Method |
WSH Reference Version 2 |
Writes a specified number of newline characters to an output stream.
object.strStream.WriteBlankLines(intLines)
Part Description object WScript object. strStream StdOut or StdErr property. intLines Number of newline characters to write to the stream.
The StdIn, StdOut and StdErr properties and methods will only work when running the script with CScript.exe. An "Invalid Handle" error will be returned when run with WScript.exe.