Answers:
您可以使用批处理脚本来执行此操作。
编写将初始化您所需程序的脚本,例如:
echo @off
:: example: start /d "dir" <file.exe>
start /d "c:\masm32\" qeditor.exe
start /d "c:\Program Files\VideoLAN\VLC\" vlc.exe
exit
编写将完成程序的脚本,例如:
echo @off
taskkill /f /im vlc.exe
taskkill /f /im qeditor.exe
exit
为两个脚本创建快捷方式:
用鼠标右键单击该批处理文件,然后单击确定Create Shortcut
。
配置热键:
Properties
。Shortcut key
。Ctrl + Alt +
而不会添加该键。OK
。