Tag Archives: symlinks

Deleting SymLinks in VB Script

I recently had to write a script to create symlinks using mklink Mklink (available since vista) can create unix style symbolic links for folders or files and is particularly useful when we have folders that need to span multiple volumes. We can create a directory junction by using the syntax :   mklink /j c:\foo… Read More »