- Oct
- 369
- 2
Hello -- I noticed that if the source path has blanks in it MKLINK can't create the link/junction even if the path is quoted -- is this a bug? the junction command (sysinternals) does create the link, ie
cd c:\
mklink /j jpsoft "c:\Program Files\jpsoft"
Is this a bug? If I use the "short name for the source, it works
cd c:\
mklink /j jpsoft "c:\Program Files\jpsoft"
Is this a bug? If I use the "short name for the source, it works