Wscript.Shell對象詳細介紹!!(4)

來源:互聯網
上載者:User
      "Back" | "Tab" | "Clear" | "Return" |
                               "Escape" | "Space" | "Prior" | ...

                所有鍵的名稱都可以在 WINUSER.H 中找到。熱鍵不區分大小寫。

                熱鍵只能啟用位於 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.WorkingDirectory
                WorkingDirectory 為一個捷徑對象提供工作目錄。

                文法
                WshShortcut.WorkingDirectory = strWorkingDirectory

                WshShortcut.Save
                Save 方法把捷徑對象儲存到由 FullName 屬性指定的位置。

                文法
                WshShortcut.Save

        WshUrlShortcut 對象
        該對象未直接給出。要擷取 WshUrlShortcut 對象,可使用 WshShell.CreateShortcut 方法。

        ProgID N/A
        檔案名稱 WSHom.Ocx
        CLSID  
        IID  

        下表說明了和 WshUrlShortcut 對象有關的屬性。

        屬性 說明
        FullName URL 捷徑對象的完整路徑。
        TargetPath URL 捷徑對象的目標路徑。

      &nbs

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.