How Can I call another application from my program?
-
Could someone please explain to me how to call a different program within my program? My scheduler keeps calling a program every (let's say) 60 mins. However I do not know how to do that in my program please help, thank you Elapid For The MFC
Take a look at CreateProcess. Tom Wright tawright915@yahoo.com
-
Take a look at CreateProcess. Tom Wright tawright915@yahoo.com
-
A nice intro article by Nish on ShellExec and CreateProcess. http://www.codeproject.com/system/newbiespawn.asp[^] Sonork 100.41263:Anthony_Yio
-
Could someone please explain to me how to call a different program within my program? My scheduler keeps calling a program every (let's say) 60 mins. However I do not know how to do that in my program please help, thank you Elapid For The MFC