I think the line:
should rather be
Note that the former includes a backslash and the latter does not.
Am I wrong?
Code:
"%~dp0\syslinux" -f -ma -d boot\syslinux %a2%
should rather be
Code:
"%~dp0syslinux" -f -ma -d boot\syslinux %a2%
Note that the former includes a backslash and the latter does not.
Am I wrong?