Method of IWshTextStream
Skips a complete line when reading a TextStream file
WshTextStream.SkipLine();
==== Visual Basic Script ====
WshTextStream.SkipLine
==== C++ ====
HRESULT hr = WshTextStream.SkipLine();
===== See Also ===== IWshTextStream