Microsoft® Windows® Script Host
Skip Method
WSH Reference
Version 2

Applies To


Description
Skips a specified number of characters when reading an input stream.
Syntax
object.strStream.Skip(characters)
Parameters
Part Description
object WScript object.
strStream StdIn property.
characters Number of characters to skip when reading an input stream.
Remarks
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.