Execute an external .EXE
-
hi again. i need exetute an external .exe, in delphi i allways do it with ShellExecute how can i do it in C++? :~ el hombre es libre cada vez que elige y eso es lo que lo hace libre
-
hi again. i need exetute an external .exe, in delphi i allways do it with ShellExecute how can i do it in C++? :~ el hombre es libre cada vez que elige y eso es lo que lo hace libre
-
hi again. i need exetute an external .exe, in delphi i allways do it with ShellExecute how can i do it in C++? :~ el hombre es libre cada vez que elige y eso es lo que lo hace libre
See the VC forum FAQ - 6.4 How do I run another program from my program?[^] --Mike-- THERE IS NO THERE IS NO BUT THERE IS MAGIC PIXIE DUST BUSINESS GENIE CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber "You have Erica on the brain" - Jon Sagara to me
-
hi again. i need exetute an external .exe, in delphi i allways do it with ShellExecute how can i do it in C++? :~ el hombre es libre cada vez que elige y eso es lo que lo hace libre
Amazingly enough its the same in C++ you use shell execute. I am not familar with the pascal langauge but I am guessing the shell execute is a bit more extended then pascal. Yet don't quote me on that anyways this is how you do it. Code: HINSTANCE ShellExecute( HWND hwnd, LPCTSTR lpOperation, LPCTSTR lpFile, LPCTSTR lpParameters, LPCTSTR lpDirectory, INT nShowCmd ); or for exe file execution ShellExecute(NULL,"open","myfile.exe",SW_SHOW); any other questions feel free to ask at my aim name vethax0r - LiquidKnight
-
Amazingly enough its the same in C++ you use shell execute. I am not familar with the pascal langauge but I am guessing the shell execute is a bit more extended then pascal. Yet don't quote me on that anyways this is how you do it. Code: HINSTANCE ShellExecute( HWND hwnd, LPCTSTR lpOperation, LPCTSTR lpFile, LPCTSTR lpParameters, LPCTSTR lpDirectory, INT nShowCmd ); or for exe file execution ShellExecute(NULL,"open","myfile.exe",SW_SHOW); any other questions feel free to ask at my aim name vethax0r - LiquidKnight
Thanks at all. ;) el hombre es libre cada vez que elige y eso es lo que lo hace libre