News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM and batch files.

Started by xanatose, March 19, 2009, 06:59:30 PM

Previous topic - Next topic

xanatose

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.


Mark Jones

As a quick fix, you could make another batch file which simply launches an editor for the first batch file. :bg
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

PauloH

Hi,

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

Kind regards,

PauloH.

xanatose

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