Microsoft Scripting Runtime
GetStandardStream Method
FileSystemObject Object : GetStandardStream Method
Description
Retrieve the standard input, output or error stream
Syntax
Visual Basic
Public Function GetStandardStream( _
   ByVal StandardStreamType As StandardStreamTypes, _
   Optional ByVal Unicode As Boolean = False _
) As TextStream
Parameters
StandardStreamType
ValueDescription
StdErr 
StdIn 
StdOut 
Unicode
See Also

FileSystemObject Object  | FileSystemObject Members