mikerock Posted July 22, 2008 Posted July 22, 2008 (edited) need to create a directory in this location. where it says @username it needs to pull the user login name. How do i do this DirCreate("C:\Documents and Settings\@UserName\Application Data\Microsoft\Signatures\test") also tried this. DirCreate("C:\Documents and Settings\%username%\Application Data\Microsoft\Signatures\test") Edited July 22, 2008 by mikerock
Developers Jos Posted July 22, 2008 Developers Posted July 22, 2008 DirCreate("C:\Documents and Settings\" & @UserName & "\Application Data\Microsoft\Signatures\test") muttley 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.
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