无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 9224|回复: 14
打印 上一主题 下一主题

寻找Vista 文件mklink.EXE

[复制链接]
跳转到指定楼层
1#
发表于 2007-10-3 12:08:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽
2#
发表于 2007-10-3 12:30:10 | 只看该作者
低于VISTA的系统用junction
如:junction D:\LINK D:\WINDOWS 意思是创建一个名为 D:\LINK 的 junction 目录,指向  D:\WINDOWS ,可以看到 D:\LINK 和 D:\WINDOWS 文件夹内容一模一样,如果你对其中任意一个文件夹里面的内容做修改,另一个也会相应的改变。而且磁盘空间使用量没有改变哦,因为只是实现连接罢了,并不是将原文件复制以及同步。
      如果你不想要这个连接目录,以及目录中的所有内容,直接按 Shift + Delete 删除好了。
  如果你只是想删除这个连接目录,但是保留原目录中的内容,则应该使用 junction 的 -d 参数进行删除。例如:junction -d D:\LINK

[ 本帖最后由 zhaohj 于 2007-10-3 12:32 PM 编辑 ]

Junction.zip

45.29 KB, 下载次数: 503, 下载积分: 无忧币 -2

回复

使用道具 举报

3#
 楼主| 发表于 2007-10-3 12:44:48 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

4#
 楼主| 发表于 2007-10-3 13:02:01 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

5#
发表于 2007-10-3 21:54:43 | 只看该作者
微软的东东linkd.exe,只有11k。 linkd.rar (4.14 KB, 下载次数: 673)
回复

使用道具 举报

6#
 楼主| 发表于 2007-10-3 22:30:57 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

7#
发表于 2007-10-4 01:47:07 | 只看该作者
似乎只用ntfs 支持junction point的说

不过untunbu本身就支持的
回复

使用道具 举报

8#
发表于 2007-10-4 02:30:13 | 只看该作者
你可以尝试一下SHORTCUT.EXE,很好用的:

Shortcut [Version 1.11]

Creates, modifies or queries Windows shell links (shortcuts)


The syntax of this command is:

shortcut.exe /F:filename /A:C|E|Q [/T:target] [/P:parameters] [/W:workingdir]
         [/R:runstyle] [/I:icon,index] [/H:hotkey] [/D:description]

/F:filename        : Specifies the .LNK shortcut file.
/A:action        : Defines the action to take (C=Create, E=Edit or Q=Query).
/T:target        : Defines the target path and file name the shortcut points to.
/P:parameters        : Defines the command-line parameters to pass to the target.
/W:working dir        : Defines the working directory the target starts with.
/R:run style        : Defines the window state (1=Normal, 3=Max, 7=Min).
/I:icon,index        : Defines the icon and optional index (file.exe or file.exe,0).
/H:hotkey        : Defines the hotkey, a numeric value of the keyboard shortcut.
/D:description        : Defines the description (or comment) for the shortcut.

Notes:
- Any argument that contains spaces must be enclosed in "double quotes".
- If Query is specified (/A:Q), all arguments except /F: are ignored.
- To find the numeric hotkey value, use Explorer to set a hotkey and then /A:Q
- To prevent an environment variable from being expanded until the shortcut
   is launched, use the ^ carat escape character like this: ^%WINDIR^%

Examples:
   /f:"%ALLUSERSPROFILE%\Start Menu\Programs\My App.lnk" /a:q
   /f:"%USERPROFILE%\Desktop\Notepad.lnk" /a:c /t:^%WINDIR^%\Notepad.exe /h:846
   /f:"%USERPROFILE%\Desktop\Notepad.lnk" /a:e /p:C:\Setup.log /r:3

An argument of /? or -? displays this syntax and returns 1.
A successful completion will return 0.


Copyright 2000-2005 Marty List, www.OptimumX.com

SHORTCUT.rar

19.29 KB, 下载次数: 192, 下载积分: 无忧币 -2

回复

使用道具 举报

9#
 楼主| 发表于 2007-10-4 09:16:54 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

10#
 楼主| 发表于 2007-10-4 17:17:01 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

11#
发表于 2007-10-4 21:36:31 | 只看该作者
回复

使用道具 举报

12#
发表于 2007-10-4 21:49:06 | 只看该作者
不就是相当于linux/unix的软连接吗?
回复

使用道具 举报

13#
 楼主| 发表于 2007-10-4 23:03:49 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

14#
发表于 2007-10-13 21:29:36 | 只看该作者
学习了,原来还有这个命令。
回复

使用道具 举报

15#
发表于 2007-10-13 21:45:43 | 只看该作者
在Windows系统中已解决了这个问题:

手动方法:
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=114273

用工具(见说明第4点):
http://bbs.wuyou.net/forum.php?m ... p%3Bfilter%3Ddigest
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2025-3-5 01:17

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表