Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
pawncc.exe is the Pawn compiler program. Unless you want to use it with Notepad++ or another program you shouldn't tamper with it.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
pawncc is just the compiler that gets called when you compile a script in pawno.
You can use it without pawno if you like, but you dont have to in the most cases. To do so open the console (execute task -> cmd) then type "cd <full path to your pawno folder>" (e.g. "cd c:/games/gta/samp/pawno") and then type pawncc to see how to use it this way.