The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 871 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 871 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with creating a certian custom .bat file (for Ares)
#1
Question 
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. Wink

Cheers
Reply


Messages In This Thread
Help with creating a certian custom .bat file (for Ares) - by Hippox77 - 13.07.2012, 13:51:43



Users browsing this thread: 1 Guest(s)