is there a command used to call out to an executable?... like:

if(var==1)
{
run "c:/windows/devcpp/programs/program.exe"
}
else
{
cout<<"Cannot find program."<<endl;
}

thx
ross