JR12 0 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 Share this post Link to post Share on other sites
DicatoroftheUSA 38 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 Share this post Link to post Share on other sites
Jos 2,208 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. Share this post Link to post Share on other sites
JR12 0 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! Share this post Link to post Share on other sites