What variable do I use to pass the current project name to a .bat file?
I want to run a bat file named 'dasm' that requires the project name as an arg.
ex:
dasm myprog
In the tools menu options, in the command field for the menu item what is the
variable to use?
ex:
dasm $?
Thanks,
Rags
Hi rags
Get the latest upload.
Version 3.0.0.5 2010-06-28
--------------------------
o Added $C (main codefile), $R (main resourcefile) and $P (project file) to tools menu
command parser.
KetilO