列目录在\123\
打开\123\xxx.exe后自动运行同目录下的123.exe
注意!不要绝对路径!这个去掉
ShellExecute(Handle, 'Open', nil, nil, '.\123.exe', SW_SHOWNORMAL);
不过要加入ShellAPI单元