Invoke DOS appliaction from C++ application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Anybody has an idea of how to invoke a command line DOS(PERL) application from a C++ windows application given also the batch file. I'm not too sure on this. Your help will be greatly appreciated
Joyce
 
Check out ShellExecute() or system().

--
Adam Clauss
(e-mail address removed)
Joyce said:
Hi,
Anybody has an idea of how to invoke a command line DOS(PERL) application
from a C++ windows application given also the batch file. I'm not too sure
on this. Your help will be greatly appreciated!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top