The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: PauloH on July 11, 2008, 05:26:21 PM

Title: Radasm executes .bat files.
Post by: PauloH on July 11, 2008, 05:26:21 PM
Hello KetilO.

Thanks for this new release.

Well, I have a question (and I don't know if this behaviour is a bug or  is by design).
When I create any .bat file (let's say, build.bat) and add it to curent project, in the project browser this file appears like a project member. If I double click the bat file in the project browser RadAsm runs this file. Is it a bug or can I change this behaviour?

Thank you and keep your great work.

Paulo H.
Title: Re: Radasm executes .bat files.
Post by: KetilO on July 13, 2008, 08:45:57 PM
It is not a bug.
If you want to open a .bat file for editing, hold the Ctrl key while opening the file.

KetilO
Title: Re: Radasm executes .bat files.
Post by: PauloH on July 14, 2008, 01:02:09 AM
Thank you!