I'm assuming you'll be using QProcess for executing the commands, so I don't see why a thread is needed at all. It can be done using an event loop and signals?
I'm assuming you'll be using QProcess for executing the commands, so I don't see why a thread is needed at all. It can be done using an event loop and signals?
hi,
i am using system() calls;
oh i didn't know there's a QProcess. I will go read up on it.
thanks
Bookmarks