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

Recent content by dood

  1. dood

    Execute an exe within a c++ app

    if it's a console/dos app you want to execute just use: #include <process.h> ... spawnl(P_DETACH, &quot;PROGNAME&quot;, &quot;PROGNAME&quot;, NULL);

Part and Inventory Search

Back
Top