Notepad++ - EXEC plugin running pawncc.exe with realtime priority
#1

Hi

I try set priority "realtime" to pawn compiler - "pawncc.exe" process when i run them with F5 key in notepad++. Any ideas?
Reply
#2

This should help: http://www.itworld.com/nls_windows_lowpriority060814 (First result of a 3 second goggle search )
Or use "start /?" in cmd to get more information.

Instead of /low use /realtime. Even i doubt that this will speed up compiling, feel free to tell me if it works
Reply
#3

Damn i know it. Tell me what can i type in exec plugin textarea to running process with realtime priority?

cd $(CURRENT_DIRECTORY)
"compiler patch" "$(FILE_NAME)" -r -d3 -i"includes patch"

values behind " is correct.
Reply
#4

topic refresh

@Mauzen

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
Instead of /low use /realtime. Even i doubt that this will speed up compiling, feel free to tell me if it works
I tried changing pawncc process priority manualy - ppm on the process in task menager and compiling was faster.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)