Here is my own program folder on my USB drive:
Program\\ run.bat bin\\ config.ini Iris.e
Use this in your batch file:
%~dp0\bin\Iris.exe
%~dp0 resolves to the full path of the folder in which the batch script resides.
%~dp0