Jump to content

Need to have somone write a piece of code that uses this program! - (Moved)


RBCC
 Share

Recommended Posts

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

symcreate.jpg

Link to comment
Share on other sites

  • Developers

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

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 by rudi

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

  • Moderators

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

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...