Jump to content

Recommended Posts

Posted

Hi,

can i copy a File names test.txt to a File call test040505-140909.txt.

I mean date and time ad to my Filename.

Thanks for help

Artus

Posted

Hi,

can i copy a File names test.txt to a File call test040505-140909.txt.

I mean date and time ad to my Filename.

Thanks for help

Artus

Try

#include <Date.au3>

FileCopy ("test.txt", @MDAY & @MON & @YEAR & '-' & @Hour & @Min & @Sec & '.txt')

In future could you post these sort of questions in support, I refer you to the top off the page.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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
×
×
  • Create New...