Here is my own program folder on my USB driver:
Program\ run.bat bin\ config.ini Iris.exe library.dll etc.
I want to use run.bat to run my Iris.exe
I can not use this: F: /Program/bin/Iris.exe as a shortcut, because sometimes it does not give me the driver name F (E, G)
What do I need to write to the bat file to work like a charm? I tried this in a BAT file:
˝\bin\Iris.exe˝
He does not work: (
exe cmd relative-path batch-file relative drive shortcut
user2083037 Feb 18 '13 at 12:43 2013-02-18 12:43
source share