how to redirect the output from studio to a file
the thing is i have large amount of output(crapy uni project), it's kind of hard to read them in IDE output window, and i am too lazy to use fwrite to a file. in terminal it's just "output > filename", but doesn't work in IDE. anyone knows?
[253 byte] By [
alvinhonga] at [2007-11-27 3:33:41]

# 2
The Arguments property will take a "> file".
This property can be set in several places.
In studio 10/11:
- Debug->LoadProgram
- Debug->LoadRecent->EditLoadCommandList
After you've loaded a program...
- Debug->DbxConfigure
In studio 12:
Project (ctx menu)->Properties->Running(Category)
# 3
Last time I tried it in EA version, it didn't work as expected. In fact, "> file" was treated as two arguments, ">" and "file". If it is unexpected, then we obviously have a bug here.