If you will use Compiler instead of external application, you can simple catch
compiler output

If you want to catch output from any exe to file, create BAT, something like:

mybat.bat
-----
myapplication.exe %1 >%2


In the PSPad you will call bat instead of your exe direct call and you will 

Call the bat as:
mybat %filename%  %Dir%%Name%.log
LOG file: %Dir%%Name%.log

-- 
<http://forum.pspad.com/read.php?2,65145,65150>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem