Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calling a batch file from a program 3

Status
Not open for further replies.

qwert85103

Technical User
Dec 27, 2003
162
0
0
US
hi,

I have to call and run a batch file from inside a simple C++ program.

how do I do this?

thanks.
 
system(path to bat file) would work or CreateProcess is another approach
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top