SyntaxFix
Write A Post
Hire A Developer
Questions
You can rename the file using FSO by moving it: MoveFile Method.
Dim Fso Set Fso = WScript.CreateObject("Scripting.FileSystemObject") Fso.MoveFile "A.txt", "B.txt"