软链接也可以称作符号链接,类似于unix中的ln -s。
安装
将junction.zip解压得到junction.exe,直接扔到C:\WINDOWS\system32
命令格式
创建
junction [-s] 链接路径 源路径
*其中参数-s为递归子文件夹
例子
D:\Junction>junction.exe -s e:\project\website\proname\public\uploads e:\project\website\proname\uploads
软链接也可以称作符号链接,类似于unix中的ln -s。
将junction.zip解压得到junction.exe,直接扔到C:\WINDOWS\system32
junction [-s] 链接路径 源路径
*其中参数-s为递归子文件夹
例子
D:\Junction>junction.exe -s e:\project\website\proname\public\uploads e:\project\website\proname\uploads