Windows Scripting and ADSI Guide
1. Output Stream Methods
1.1 WriteBlankLines
The WriteBlankLines method is used to send a specified number of blank lines to the output stream.
Syntax :
object.WriteBlankLines(intLines)
-
objectcan be either theStdOutorStdErrobjects. -
intLinesis an integer indicating the number of blank lines to write.
Example :
objTextStream.WriteBlankLines(3)
1.2 WriteLine
The WriteLine method sends a string of text with a
超级会员免费看
订阅专栏 解锁全文
74

被折叠的 条评论
为什么被折叠?



