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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running a dos program from C++

Status
Not open for further replies.

Kaos2800

Programmer
Jan 16, 2001
17
US
HELP! I am doing a senior project, and I can not figure out how to get a C++ program to run a dos command line Cd-player. Does anyone out there know how to do it. Heck, I use to do it in basic 15 years ago, anyway, I need help!

dmschlab@bulldog.unca.edu
 
> how to get a C++ program to run a dos command line Cd-player

Look at the C runtime library exec() and or spawn() function families.

Good luck
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top