◇[DELPHI]执行程序外文件WINEXEC//调用可执行文件winexec('command.com/ccopy*.*c:\',SW_Normal);winexec('startabc.txt');ShellExecute或ShellExecuteEx//启动文件关联程序functionexecutefile(constfilename,params,defaultDir:string;showCmd:integer):THandle;ExecuteFile('C:\abc\a.txt','x.abc','c:\abc\',0);