I am new to VBS. I need help to do the following steps;
1) Find the lastest modified folder(folder with latest date time) at a location lets say C:\temp.
2) Then find the specific file (with extention .txt) in the subfolder (of the above mentioned folder)
3) Copy that file to another location, lets assume C:\temp1
4) Rename the file name to current date, for example 2011-02-14
Thanks
VBScript:
There may be problems including “-” in the file name, so I left it out.