使用autohotkey关闭并重新启动应用程序


1

我需要一个自动关闭脚本,立即关闭并重启程序,例如Screamer Radio , screamer.exe.

^#Numpad7::run用来跑screamer.exe

^#Numpad7::run C:\Programmi\Screamer Radio\screamer.exe

但我需要立即重启。

Answers:


2

你能试试吗?

^#Numpad7::
Process, Close, screamer.exe ; close the radio
run C:\Programmi\Screamer Radio\screamer.exe; re-open
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.