juction – symbolic links in windows

Do you want to have symbolic links under windows?

Try this

Create sym link

  • junction.exe c:\aaa c:\install => this will create symbolic link c:\aaa which points to c:\install

Delete sym link

  • junction.exe -d c:\aaa