redirect console output?

Everything else that doesn't fall into one of the other PB categories.
Nico
Enthusiast
Enthusiast
Posts: 274
Joined: Sun Jan 11, 2004 11:34 am
Location: France

redirect console output?

Post by Nico »

How redirect console output from another process ?

Any examle?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Redirect to where?

Code: Select all

"cmd.exe", "/c program.exe < outfile.txt"
Or was the < really a >?
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

There is some library for this, i think its El_Choni's one.
ARGENTINA WORLD CHAMPION
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Trond wrote:Or was the < really a >?
Yes.


viewtopic.php?t=6544
viewtopic.php?t=7219
Good programmers don't comment their code. It was hard to write, should be hard to read.
Post Reply