I just bought pb as it seems to have good console capability, but just hit a problem I hoping there is a solution to.....
Nice simple classic prog:
Code: Select all
OpenConsole()
PrintN("Hello World")
CloseConsole()
Run the program from the command line and we get the expected 'Hello World'. problem starts when I try to use console redirection. Run the command
Code: Select all
helloworld >c:\daft
Better mention, doing all this on AMD 1700+ & Windows XP Professional