Click here to Skip to main content
15,891,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a Visual C++ 6.0 routine that will execute a dos batch file in a dos shell?

What I have tried:

I have not tried anything yet. I don't know what to use.
Posted
Updated 5-Aug-16 21:12pm
Comments
enhzflep 5-Aug-16 16:08pm    
Do you simply wish to invoke a batch file from inside your own program?
If so, consider using ShellExecute.

See here for more: ShellExecute() not working with .bat file

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900