S settingsun Unregistered / Unconfirmed GUEST, unregistred user! 2003-05-09 #1 我要用shellexecute调用一外部程序,并要传递两个参数,这两个参数中间应怎么分开<br>shellexecute(application.handle,'open','***.exe','参数',nil,sw_nomal),两个参数<br>都是字符串,两个参数之间用不用加个分号或者什么符号以区别开啊。
我要用shellexecute调用一外部程序,并要传递两个参数,这两个参数中间应怎么分开<br>shellexecute(application.handle,'open','***.exe','参数',nil,sw_nomal),两个参数<br>都是字符串,两个参数之间用不用加个分号或者什么符号以区别开啊。
T thx1180 Unregistered / Unconfirmed GUEST, unregistred user! 2003-05-09 #2 看看这里:<br>http://delphibbs.com/delphibbs/dispq.asp?lid=1803804<br>
小 小笨苯 Unregistered / Unconfirmed GUEST, unregistred user! 2003-05-09 #4 ShellExecute(0, nil, PChar('explorer.exe'), PChar('/e, c:/'), nil, SW_SHOWMAXIMIZED);<br>相当于在命令行下:<br>C:/>explorer.exe /e c:/ (回车)
ShellExecute(0, nil, PChar('explorer.exe'), PChar('/e, c:/'), nil, SW_SHOWMAXIMIZED);<br>相当于在命令行下:<br>C:/>explorer.exe /e c:/ (回车)