RunProgram; ProgramRunning; AvailableProgramOutput;

Windows specific forum
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

RunProgram; ProgramRunning; AvailableProgramOutput;

Post by HanPBF »

Hello!

Concerning the Process library and starting another program...
Is it running stable?

If I run a client PB program from a "central" client PB program, can it be kept open for hours; so, the whole runtime of the application?

Or will there be break downs?
Or is it done only for small calls to other programs receiving a result?


Thanks!
Regards!
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: RunProgram; ProgramRunning; AvailableProgramOutput;

Post by Shield »

It will run until it's finished (or crashes, is killed, ...), there is no "timeout".
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
Post Reply