Warning: file_exists(): open_basedir restriction in effect. File(/bin/bash) is not within the allowed path(s): (/home/www/wwwroot/wiki/:/tmp/) in /home/www/wwwroot/wiki/includes/shell/CommandFactory.php on line 105

Warning: file_exists(): open_basedir restriction in effect. File(/bin/bash) is not within the allowed path(s): (/home/www/wwwroot/wiki/:/tmp/) in /home/www/wwwroot/wiki/includes/shell/CommandFactory.php on line 105
Mklink - 汉语教学技术研究与应用 跳转到内容

Mklink

来自汉语教学技术研究与应用
HanyuTech留言 | 贡献2018年3月23日 (五) 00:16的版本 (创建页面,内容为“mklink 是 Windows 7 下用于创建虚拟文件夹(链接目录)的命令。 '''基本语法:''' <syntaxhighlight lang="bash"> mklink/d 虚拟文件夹…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

mklink 是 Windows 7 下用于创建虚拟文件夹(链接目录)的命令。

基本语法:

   mklink/d 虚拟文件夹路径 实际文件路径


例如:

mklink/d d:\用户目录\我的文档\LinkDocuments\工作 F:\工作

MKLINK/d 命令的作用是将一个虚拟的文件夹和一个实际存在文件夹链接起来。d表示创建的是文件夹(Directory)链接。

参考资料:

http://blog.csdn.net/zht666/article/details/45917155