RBCC Posted November 22, 2019 Share Posted November 22, 2019 Could someone please write a simpe program that will use the the three and drop down list box 1drop down chose directory (/d) 2 destination : the original installation directory of program 3 source : the directory where you want it to go show the code please! John Link to comment Share on other sites More sharing options...
Developers Jos Posted November 22, 2019 Developers Share Posted November 22, 2019 Moved to the appropriate forum, as the AutoIt Example Scripts forum very clearly states: Quote Share your cool AutoIt scripts, UDFs and applications with others. Do not post general support questions here, instead use the AutoIt Help and Support forums. Moderation Team 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. Link to comment Share on other sites More sharing options...
rudi Posted November 22, 2019 Share Posted November 22, 2019 (edited) Write it natively in Autoit, the syntax is already displayed in the screenshot you have posted: MKLINK /D "C:\My\New\Link" "C:\Path\Original\Folder" or even better, just searched for it for the first time: _WinAPI_CreateSymbolicLink() Rudi Edited November 22, 2019 by rudi coffeeturtle 1 Earth is flat, pigs can fly, and Nuclear Power is SAFE! Link to comment Share on other sites More sharing options...
Zedna Posted November 22, 2019 Share Posted November 22, 2019 For creating GUI forms in AutoIt I recommend Koda: Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
rudi Posted November 22, 2019 Share Posted November 22, 2019 Hm, I thought @RBCC was asking to write an Autoit Script to *OPERATE* that GUI shown? Earth is flat, pigs can fly, and Nuclear Power is SAFE! Link to comment Share on other sites More sharing options...
RBCC Posted November 23, 2019 Author Share Posted November 23, 2019 I was! Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted November 23, 2019 Moderators Share Posted November 23, 2019 This forum is dedicated to helping people write their own scripts; it is not a place where you put in an order and someone serves up ready-made code that you then will never understand. Thread is locked, anyone who would like to write the script for you can contact you via PM. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Recommended Posts