SA-MP Forums Archive
compile in command line - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: compile in command line (/showthread.php?tid=153355)



compile in command line - Alien193 - 08.06.2010

If run x.bat:
Код:
pawncc.exe new.pwn
pause
echo errors compile
else run x.bat
Код:
pawncc.exe new.pwn > ss.log
in ss.log not found errors


Re: compile in command line - Maccer - 08.06.2010

Quote:
Originally Posted by Alien193
If run x.bat:
Код:
pawncc.exe new.pwn
pause
echo errors compile
else run x.bat
Код:
pawncc.exe new.pwn > ss.log
in ss.log not found errors
to write the errors in the file, use -e key



Re: compile in command line - Alien193 - 09.06.2010

thanks