发新话题
打印

如何调用EXE文件

如何调用EXE文件

[这个贴子最后由过风客在 2003/03/08 06:26pm 第 1 次编辑]

我用"open the moviepath&"\mpeg.exe"可以调用,但是我想把mpeg.exe放在同一目录下的mpg文件夹下,用"open the moviepath&"\mpg\mpeg.exe"或"open the moviepath&"mpg\mpeg.exe"都不能调用,为什么???

TOP

如何调用EXE文件

改为:
"open moviepath&"\mpg\\mpeg.exe"或"open moviepath&"mpg\\mpeg.exe"

TOP

如何调用EXE文件

不行,在D中用\\说是错误,打包后也不行

TOP

如何调用EXE文件

把错误贴出来

TOP

如何调用EXE文件

怎么贴

TOP

如何调用EXE文件

你的代码是不是改成这样open the moviePath&"mpg\\mpeg.exe"

TOP

如何调用EXE文件

错误就是"Inf file not found",但是路径是对的

TOP

发新话题