Hallo,
I have created a custom .bat file to launch Ares with, but I have a issue getting it all to work properly.
*I need it to close set affinity for both 'gamemd.exe' and 'Syringe.exe' = works
*Close Explorer.exe and start it again = works
*Set high priority for both 'gamemd.exe' and 'Syringe.exe' = doesn't work
Here's what it looks like:
taskkill /f /im explorer.exe
start /affinity /high 1 Syringe "gamemd.exe" %*
start explorer.exe
The issue is to get both 'gamemd.exe' and 'Syringe.exe' to launch with high priority. But when the .bat file looks like the above, high priority is only set for 'Syringe.exe', not "gamemd.exe".
I tried many different variations of the .bat file that I could try, but I cannot find a solution.
I'd have asked this in the chat if anyone was in it. And didn't think it was worthy of the Ares dedicated forum.
Cheers
I have created a custom .bat file to launch Ares with, but I have a issue getting it all to work properly.
*I need it to close set affinity for both 'gamemd.exe' and 'Syringe.exe' = works
*Close Explorer.exe and start it again = works
*Set high priority for both 'gamemd.exe' and 'Syringe.exe' = doesn't work
Here's what it looks like:
taskkill /f /im explorer.exe
start /affinity /high 1 Syringe "gamemd.exe" %*
start explorer.exe
The issue is to get both 'gamemd.exe' and 'Syringe.exe' to launch with high priority. But when the .bat file looks like the above, high priority is only set for 'Syringe.exe', not "gamemd.exe".
I tried many different variations of the .bat file that I could try, but I cannot find a solution.
I'd have asked this in the chat if anyone was in it. And didn't think it was worthy of the Ares dedicated forum.
Cheers