If you want to edit a specific line in a file through VBScript you can use something like below. This reads the original file line by line and writes it out to a temporary file. If the original line meets the condition you want, make the changes required. At the end, close both files, delete [...]
Posts Tagged ‘edit’
VBScript edit line in file
Posted in VBScript, Work, tagged edit, file, rename, VBScript on September 9, 2008 | 6 Comments »