rd d:\pic_linkYou can create a junction point say d:\pic_link to real dictory called d:\pic
here is the command to run
mklink /j d:\pic_link d:\picand you can remove the junction point with the following command.
or you can use the full command
rmdir d:\pic_link

本文介绍如何使用mklink命令创建符号链接(junction point),并提供删除该链接的方法。通过简单的命令行操作,可以轻松实现文件夹的链接创建及移除。
538

被折叠的 条评论
为什么被折叠?



