المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Calling external exe in separate shell?



C++ Programming
10-02-2009, 01:01 AM
Hi there,

I got trouble with calling externals. Maybe somebody can help me.

I used to call external programs (exe-files) with the system() call. Now I want to start an external program in a seperate shell (and as a separate process). Can anybody tell me how to do that?

Thanks a lot.

Souldrift