Jump to content

Recommended Posts

Posted

how do i create symbolic links using wpi?

i tried this as the command

mklink /d "DESTINATION" "SOURCE" but it failed!

is this possible?


Posted

It is not supported in WPI.

YET...

thanks for the info

i found that this works!

cmd /c mklink /d "DESTINATION" "SOURCE"

LONG LIVE WPI!!!! :)

Posted

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.............

Posted (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 vista

just call it like this

mklink /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 by cworkman

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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