Re: [fpc-pascal] Running a background process

2005-01-18 Thread Peter Vreman
> Hi, > > As I mentioned in my previous post I would like to develop a text based > application... possibly with a text based gui. > > I have one little problem. > > I would like the program to do stuff while it waits for user input. Let's > call "do stuff" the "background process". > > In a window

[fpc-pascal] Running a background process

2005-01-18 Thread [EMAIL PROTECTED]
Hi, As I mentioned in my previous post I would like to develop a text based application... possibly with a text based gui. I have one little problem. I would like the program to do stuff while it waits for user input. Let's call "do stuff" the "background process". In a windows console program