Getting a Console Screen Capture
Getting a Console Screen Capture
I used RunProgram to perform a Ping operation, but the Replys did not show up in the redirect to file. I was wondering if there is a simple technique for capturing everything on the console screen to an area of memory or to a file when performing a RunProgram..
has-been wanna-be (You may not agree with what I say, but it will make you think).
There is a way, but unfortunately i don't know it.
But maybe you want to use a PB routine, instead of calling the external
ping command.
have a look here:
viewtopic.php?t=3717
Timo
But maybe you want to use a PB routine, instead of calling the external
ping command.
have a look here:
viewtopic.php?t=3717
Timo
quidquid Latine dictum sit altum videtur
-
- User
- Posts: 30
- Joined: Wed Aug 06, 2003 5:52 pm
- Location: Florida, USA
Thanks, Timo
Thanks, Time. I grabbed the code at the link youprovided. But actually, I'm isomewhat interested in how to make the Console feature more robust. O seem some Windows APIs for Console, but hard to say if any of that can work within the pureBasic environment. I just figured someone would have played around with it a bit and could share some experience and code.
I
I
Has-been Wanna-be (You may not like what I say, but it will make you think)