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!
 
Back
Top