Jump to content

Recommended Posts

Posted

How do I create a Directory with todays date on it. I have tried the dirmove and all of those I just don't know how to pass a var into the dircreate function or the dircopy function. thank you in advance.

  • Developers
Posted

How do I create a Directory with todays date on it. I have tried the dirmove and all of those I just don't know how to pass a var into the dircreate function or the dircopy function. thank you in advance.

#include<date.au3>
DirCreate(StringReplace(_NowCalcDate(),"/",""))

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

#include<date.au3>
DirCreate(StringReplace(_NowCalcDate(),"/",""))
Thank you so much I am really new to scripts and this program looks great. So I thought I would learn on this. Thank you so much it helped me a great deal just getting put in the right direction. When I am done I will paste the code back on here. Thanks again.

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...