You can call a Windows API such as CreateProcessA
Have a nice day!How can i call an executable file (other software example, autocad) from my developed visual c++ coding?
computer programming service,web site design,homework help
custome website design etc, at
http://dbatool.net/How can i call an executable file (other software example, autocad) from my developed visual c++ coding?
YOU CAN TRY :
system(';a.exe';);
If target executable file locate at other location from your c++ program, for example in C: drive like this C:\a.exe you need to do like this :
system(';C:\\a.exe';);
Change one slash to two slash
I hope this will help
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment