Wscript.Shell 对象详细介绍!!特好的东西第1/2页
作者 佚名
来源 ASP编程
浏览
发布时间 2013-07-09
活位于 Windows 桌面或 Windows“开始”菜单的快捷方式。 Windows 资源管理器不接受 ESC、ENTER、TAB、SPACE、PRINT SCREEN 或 BACKSPACE,即使 WshShortcut.Hotkey 遵循 Win32 API 支持它们。因此,建议在快捷方式中不要用这些键。 示例 Set WshShell = Wscript.CreateObject("Wscript.WshShell") strDesktop = WshShell.SpecialFolders("Desktop") Set oMyShortcut = WshShell.CreateShortcut(strDesktop & "a_key.lnk") OMyShortcut.TargetPath = "%windir%notepad.exe" oMyShortCut.Hotkey = "ALT+CTRL+F" oMyShortCut.Save Wscript.Echo oMyShortCut.HotKey = "Alt+Ctrl+F" 请参阅 WshSpecialFolders 对象 WshShortcut.IconLocation IconLocation 属性提供快捷方式对象的图标位置。图标位置的格式应为 "Path,index"。 语法 WshShortcut.IconLocation = strIconLocation WshShortcut.TargetPath TargetPath 属性提供快捷方式对象的目标路径。 语法 WshShortcut.TargetPath = strTargetPath WshShortcut.WindowStyle WindowStyle 属性提供快捷方式对象的窗口样式。 语法 WshShortcut.WindowStyle = natWindowStyle WshShortcut.Wo***ngDirectory Wo***ngDirectory 为一个快捷方式对象提供工作目录。 语法 WshShortcut.Wo***ngDirectory = strWo***ngDirectory WshShortcut.Save Save 方法把快捷方式对象保存到由 FullName 属性指定的位置。 语法 WshShortcut.Save WshUrlShortcut 对象 该对象未直接给出。要获取 WshUrlShortcut 对象,可使用 WshShell.CreateShortcut 方法。 ProgID N/A 文件名 WSHom.Ocx CLSID IID |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于Wscript.Shell 对象详细介绍!!特好的东西第1/2页的所有评论