jben Posted April 18, 2008 Posted April 18, 2008 (edited) Hey everyone, Just a quick one How can I add the date and time to a folder..in the format like mmddyy_time Tried this myself and heres an idea that didn't work. $tCur = _Date_Time_GetSystemTime() DirMove("C:\OUTPUT\MASTER","C:\OUTPUT\FILE" & $tCur) thanks Edited April 18, 2008 by jben
jben Posted April 18, 2008 Author Posted April 18, 2008 (edited) Worked it out, sorry That was easy enough DirMove("C:\OUTPUT\MASTER","C:\OUTPUT\FILE_"& @MON & @MDAY & @YEAR). Edited April 18, 2008 by jben
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now