[求助]命令行启动运行命令
<p>我想要启动一个运行命令是: "C:\ABC.exe file1 file2 file3"</p><p>但是用lisp启动SH 命令后输入"C:/ABC.exe file1 file2 file3" 怎么不行呢,</p><p>或者可不可以用VB来实现,我就不懂了。</p><p>请各位指教!!</p> <p>(command "sh" "c:\abc.exe file1 file2 file3")</p> <p>"C:\ABC.exe file1 file2 file3"</p><p>这里边包括了三个命令么??</p>
页:
[1]