JR12 Posted September 21, 2011 Posted September 21, 2011 Hi, I'm new to Autoit and already have a challenge... I need to prompt for a serial number and create a folder example: c:\customer\ and within this folder create a sub-folder using the serial number variable. What am I doing wrong? it creates the $s_serial as the folder not the serial number I entered.Script.au3
DicatoroftheUSA Posted September 21, 2011 Posted September 21, 2011 (edited) DirCreate("C:\customer\"&$s_serial) Study help>Language reference>Operators Edited September 21, 2011 by DicatoroftheUSA Statism is violence, Taxation is theft. Autoit Wiki
Developers Jos Posted September 21, 2011 Developers Posted September 21, 2011 Pls post in the correct forum .... moved. Thanks, Jos 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.
JR12 Posted September 21, 2011 Author Posted September 21, 2011 Thank you DicatoroftheUSA for the your response, it worked. I will study more and learn Autoit. It's a powerful script tool, I just need to learn it better. Hi Jos, can you advise, where I should post my inquiries? Thanks!
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