我正在尝试运行.exe文件,该文件使用来自不同目录的另一个不可执行文件。 从命令行,它工作正常。 你可以帮我找一下如何制作一个bat文件的语法,这样就可以了。
这是我从命令行运行的路径: C:\ Program Files \ Test \ bin \ run.exe -TestPath D:\ test1 \ -TestPath httpDownloader.lrs D:\ test1 \ Temp -ResultLocation -ResultCleanName Res1 -Run“
提前致谢
答案 0 :(得分:0)
bat文件,因此如果它在cmd中工作,它应该在.bat
中工作"C:\Program Files\Test\bin\run.exe" -TestPath D:\test1\ -TestPath httpDownloader.lrs D:\test1\Temp -ResultLocation -ResultCleanName Res1 -Run
唯一需要注意的是文件路径中的空格!