The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: xanatose on March 19, 2009, 06:59:30 PM

Title: RadASM and batch files.
Post by: xanatose on March 19, 2009, 06:59:30 PM
I have a project with a group of .asm files on diferent directories that I build using a .bat file.

I tried adding the .bat file to the project, so I can edit it. But when I double click on it instead of editing it, it runs it.

One one hand, its a nice feature as I can add more .bat files and just run them by double click.
On the other hand, it means that I need to go to the directory, and run notepad to edit the .bat files instead of doing it directly from RadASM

Would it be possible to add an "Edit as Text" option to the right click menu of the project manager?

That way they can be edited in RadASM and still be able to run them by double clicking.

Title: Re: RadASM and batch files.
Post by: Mark Jones on March 19, 2009, 07:16:49 PM
As a quick fix, you could make another batch file which simply launches an editor for the first batch file. :bg
Title: Re: RadASM and batch files.
Post by: PauloH on March 19, 2009, 09:16:25 PM
Hi,

Xanatose, hold the Control key and double click the .bat file at RadASM project browser. This action opens the file.

Kind regards,

PauloH.
Title: Re: RadASM and batch files.
Post by: xanatose on March 21, 2009, 10:16:48 PM
Quote from: PauloH on March 19, 2009, 09:16:25 PM
Hi,

Xanatose, hold the Control key and double click the .bat file at RadASM project browser. This action opens the file.

Kind regards,

PauloH.

Thank you.  :U