I have a small and quick question....  Dim fso Set fso = CreateObject("Scripting.FileSystemObject")  fso.MoveFile "testfile.txt", "myfile.txt" first the script works is simple and does it's job pretty fine but... how can a rename a file after the current date and add the .rar extension (ex. 2008.08.10.rar) ?                                        Thank you.