On my system %LOC is the directory where batch files not necessarily portable to other systems live. I normally make the directory where my .INI files are the default before I start IDE. The command below
IDE /c %loc\newfile.btm
results in IDE error pop-up: "C:\JPSOFT\%loc\newfile.btm contains an incorrect path".
OTOH expanding %LOC (using the command editing keystroke) results in proper operation.
If I interpret it correctly, all the parser needs to do is variable expansion before passing the command line to IDE, same as it does for any other executable
IDE /c %loc\newfile.btm
results in IDE error pop-up: "C:\JPSOFT\%loc\newfile.btm contains an incorrect path".
OTOH expanding %LOC (using the command editing keystroke) results in proper operation.
If I interpret it correctly, all the parser needs to do is variable expansion before passing the command line to IDE, same as it does for any other executable