"Should see FPS rock." What? I created a batch file called action.bat on my desktop. In it, I have the code you supplied: wmic process where name="Action.exe" CALL setpriority 16384 wmic process where name="Action_x64.bin" CALL setpriority 16384 wmic process where name="Action_x86.bin" CALL setprior...