FasseBear Posted April 5, 2007 Posted April 5, 2007 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 Jos Posted April 5, 2007 Developers Posted April 5, 2007 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.
FasseBear Posted April 5, 2007 Author Posted April 5, 2007 #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.
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