RunXDM.bat file must be like this,
start %~dp0jre\bin\javaw.exe -Xmx1024m -jar xdman.jar
otherwise created shortcut (eg. desktop shortcut) doesn't work.
%~dp0 means "current path" in windows.
Thank you for cool XDM!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
RunXDM.bat file must be like this,
start %~dp0jre\bin\javaw.exe -Xmx1024m -jar xdman.jar
otherwise created shortcut (eg. desktop shortcut) doesn't work.
%~dp0 means "current path" in windows.
Thank you for cool XDM!