String StrRun=Form1->Caption+"//System32//Command.com";String StrDir="C://";ShellExecute(0,"open",StrRun.c_str(),"cd S",StrDir.c_str(),SW_SHOWNORMAL);