Forum: JavaScript and Client-Side Browser Scripting
Apr 4th, 2005, 7:56 AM
|
|
Replies: 2
Views: 360
Need Some Help:
ok, i have this script to search a text file for a variable
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFile = objFSO.OpenTextFile ("C:\Documents and...
|