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