exe文件改后缀dat 后怎么用ShellExecute打开
ShellExecute(Handle, 'open', pChar('cmd.exe'), PChar('/c c:\cc.dat'), nil, SW_HIDE);
来源: https://bbs.csdn.net/topics/390591985
Delphi利用ShellExecute打开Exe并传参数
ShellExecute(Handle, 'open', pChar('cmd.exe'), PChar('/c c:\cc.dat'), nil, SW_HIDE);
来源: https://bbs.csdn.net/topics/390591985