Jump to content

Recommended Posts

Posted (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 by jben
Posted (edited)

Worked it out, sorry

That was easy enough

DirMove("C:\OUTPUT\MASTER","C:\OUTPUT\FILE_"& @MON & @MDAY & @YEAR).

Edited by jben

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...