Private Sub Command1_Click()
Shell "Explorer /select, H:/CD1/readme.rtf", vbNormalFocus
End Sub
[Windows Explorer Switches]
Windows Explorer switches are useful in creating rooted folders:
Explorer [/e][,/root,<object>][[,/select],<sub object>]
/e
Use Explorer view (scope and results pane view). The default is
Open view (results in pane view only).
/root<object>
Specify the object in the "normal" name space that is
used as the root (top level) of this Explorer/Folder (i.e., local
path or UNC name). The default is the Desktop).
/Select
The parent folder opens and the specified object is selected.
<sub object> Specify the folder unless /select is used. The
default is the root.
博客介绍了Windows系统中Explorer命令的使用,包含 /e、/root 和 /select 等参数。/e 用于使用资源管理器视图,/root 可指定根对象,/select 能让父文件夹打开并选中指定对象,还说明了各参数的默认设置。
612

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



