Alan.Shi 发表于 2008-12-29 10:32:00

[求助]命令行启动运行命令

<p>我想要启动一个运行命令是: "C:\ABC.exe&nbsp; file1 file2 file3"</p><p>但是用lisp启动SH 命令后输入"C:/ABC.exe&nbsp; file1 file2 file3" 怎么不行呢,</p><p>或者可不可以用VB来实现,我就不懂了。</p><p>请各位指教!!</p>

ZZXXQQ 发表于 2008-12-29 21:41:00

<p>(command "sh" "c:\abc.exe file1 file2 file3")</p>

kai295701917 发表于 2009-1-3 13:02:00

<p>"C:\ABC.exe&nbsp; file1 file2 file3"</p><p>这里边包括了三个命令么??</p>
页: [1]
查看完整版本: [求助]命令行启动运行命令