All Forums >> [Scripting] >> WSH & Client Side VBScript >> write to the next line in a text file Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
objOutputFile.WriteLine strSearchString & vbCrLf seems to work to put on a blank line as well for anyone else who has a similar problem to mine, i am reading the result from a button using the following code
<script Language="VBScript"> sub cmdOpenNewWin_OnClick window.Navigate "C:\Documents and Settings\Paul\My Documents\Workinprogress\output.txt", "MyNewWin" End sub </script>