0

キーボード ショートカットを割り当てるバッチ ファイルを作成したいと考えています。

たとえば、キーAlt+を使用して Internet Explorer を起動するにはどうすればよい5ですか?

4

2 に答える 2

3

NirCmd
http://www.nirsoft.net/utils/nircmd.html
を使用 すると、ファイルのショートカットを作成し、これらのファイルにホット キーを割り当てることができます。

ここで NirCmd のヘルプを参照してください:
http://www.nirsoft.net/utils/nircmd2.html#using

shortcut [filename] [folder] [shortcut title] {arguments} {icon file} {icon resource number} {ShowCmd} {Start In Folder} {Hot Key}
Creates a shortcut to a file.
The parameters:

    [filename]: Create a shortcut to this filename.
    [folder]: Specify the destination folder that inside it the shortcut will be created. You can specify any valid folder, including the special variables that represent system folders, like ~$folder.desktop$ (Desktop folder), ~$folder.programs$ (Start-Menu-Programs folder), and so on...
    [shortcut title]: The text displayed in the shortcut.
    {arguments}: Optional parameter - Additional arguments to execute the filename.
    {icon file}: Optional parameter - Use this parameter if your want that the shortcut will be displayed with icon other than the default one.
    {icon resource number}: Optional parameter - The resource number inside the icon file.
    {ShowCmd}: Optional parameter - Use this parameter if you want to maximize or minimize the window of the program. Specify "max" to maximize the window or "min" to minimize it.
    {Start In Folder}: Optional parameter - Specifies the "Start In" folder. If you don't specify this parameter, the "Start In" folder is automatically filled with the folder of the program you specify in [filename] parameter.
    {Hot Key}: Optional parameter - Specifies an hot-key that will activate the shortcut. For example: Alt+Ctrl+A, Alt+Shift+F8, Alt+Ctrl+Shift+Y 


Examples:
shortcut "f:\winnt\system32\calc.exe" "~$folder.desktop$" "Windows Calculator"
shortcut "f:\winnt\system32\calc.exe" "~$folder.programs$\Calculators" "Windows Calculator"
shortcut "f:\Program Files\KaZaA\Kazaa.exe" "c:\temp\MyShortcuts" "Kazaa"
shortcut "f:\Program Files" "c:\temp\MyShortcuts" "Program Files Folder" "" "f:\winnt\system32\shell32.dll" 45
shortcut "f:\Program Files" "c:\temp\MyShortcuts" "Program Files Folder" "" "" "" "max" 
于 2012-09-07T14:55:16.407 に答える
0

1) Internet Explorer へのショートカットを作成し、デスクトップに配置します。
2) ショートカットを右クリックし、 をクリックします。 Properties
3) の横のボックスをクリックしますKeyboard Shortcut。4) +を
押し ます (ボックスに+ +が表示されます) 5) -> をクリックしますALT5CTRLALT5
OK

デスクトップまたは [スタート] メニュー* にショートカットを保存しておくことが重要です。そうしないと、機能しません。
私の知る限り、この方法で+ +ショートカットを作成する必要があります。CTRLALT?

*に関する Andriy M の指摘を含めるように編集Start Menu

于 2012-09-07T18:45:15.817 に答える