> Under dos I believe &> is used to pipe both stderr and stdout to file, under > unix it is >&. Thanks :) Starting on that I found the DOS syntax: "2>". I'll probably use another approach than redirection to file in the end, to allow some more "interactive" compilation progress report. Eric