Feeds:
Posts
Comments

Posts Tagged ‘rename’

VBScript edit line in file

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 [...]

Read Full Post »