cworkman Posted July 7, 2010 Posted July 7, 2010 how do i create symbolic links using wpi?i tried this as the commandmklink /d "DESTINATION" "SOURCE" but it failed!is this possible?
cworkman Posted July 8, 2010 Author Posted July 8, 2010 It is not supported in WPI.YET...thanks for the infoi found that this works!cmd /c mklink /d "DESTINATION" "SOURCE"LONG LIVE WPI!!!!
mritter Posted July 8, 2010 Posted July 8, 2010 Pretty much every dos function has to be called with cmd /c first.How are you using that? Show me an example. It could be turned into a wizard in the Config wizard.............
cworkman Posted July 8, 2010 Author Posted July 8, 2010 (edited) Pretty much every dos function has to be called with cmd /c first.How are you using that? Show me an example. It could be turned into a wizard in the Config wizard.............dk really understand what u mean by how im using it!mklink is part of vistajust call it like thismklink /d "C:\example\Link Name" "c:\Link Folder Source"the command above would create a link to "c:\Link Folder Source" with the name "Link Name" to "C:\example"if this isn't what you was askin please explain! Edited July 8, 2010 by cworkman
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