The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: rags on June 27, 2010, 01:13:35 PM

Title: RadAsm 3 Tool menu question
Post by: rags on June 27, 2010, 01:13:35 PM
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
Title: Re: RadAsm 3 Tool menu question
Post by: KetilO on June 28, 2010, 06:42:15 AM
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