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