I wish to communicate with MS applications and/or system calls. For instance, I have want my c++ program to execute Word for a user selected document and execute a macro. How can I issue a DOS command (i.e. winword.exe <document> /m<macro>)? Any ideas? Any place I can find examples?
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wish to communicate with MS applications and/or system calls. For instance, I have want my c++ program to execute Word for a user selected document and execute a macro. How can I issue a DOS command (i.e. winword.exe <document> /m<macro>)? Any ideas? Any place I can find examples?
Wayne