DrSeussFreak
Programmer
I am copying some files from 1 location to another, and would like to (when I copy them) tack on a date/time on it.
Instead of just becoming "D:\dba_util\scripts\log\alert_mrf1.log" I would like it to become "D:\dba_util\scripts\log\alert_mrf1_Date.Time.log
Code:
objFSO2.CopyFile "D:\oracle\admin\mrf1\bdump\alert_mrf1.log" , "D:\dba_util\scripts\log\alert_mrf1.log"
Instead of just becoming "D:\dba_util\scripts\log\alert_mrf1.log" I would like it to become "D:\dba_util\scripts\log\alert_mrf1_Date.Time.log