Autohotkey script
Code: Select all
RunWait,Everything.exe -stop-service
RunWait,Everything.exe -exit
RunWait,C:\Program Files\Tools\WinRAR\WinRAR.exe x X:\Everything-*.zip "%A_ScriptDir%\"
FileMove,Everything64.exe,Everything.exe,1
Run,Everything.exe -start-service
Run,Everything.exe
I run this when I want to update everything
When I put the -exit after stopping the service,that does not close the process
And when I start the service,that does not start everything unless I add another command in AHK