SyntaxFix
Write A Post
Hire A Developer
Questions
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