这是我 U 盘上的程序文件夹:
Program\
run.bat
bin\
config.ini
Iris.exe
library.dll
etc.
我想用 run.bat启动 Iris.exe
我不能使用这个: F:/Program/bin/Iris.exe像一个快捷方式,因为有时它不附加作为驱动器 F:(例如:。 E:或 G:)
不管驱动器号如何,我需要在 bat 文件中写什么才能工作?
我在 BAT 文件里试过这个:
"\bin\Iris.exe"
但是没有用。