Hey all,
Just a quick C++ question from me...I'm sure this is info that is available on the web somewhere but a couple of searches weren't very fruitful.
Would it be possible for someone to provide an example of the following?
- Calling/opening and executing a batch file from within the program.
What I want to do is call a batch file during a simple C++ program I'm writing for a class...pretty easy I'm sure, except the gay book we are using doesn't call files externally so I have no idea how to do it. A link to a page for help would suffice as well instead of an example. Thanks ahead of time.