The MASM Forum

General => The Campus => Topic started by: Paulo on August 30, 2013, 08:40:46 PM

Title: Questions about qeditor.exe
Post by: Paulo on August 30, 2013, 08:40:46 PM
Hi
Can anyone inform me as to the following:

1) Can qeditor be used in multiple instances at the same time and started from different directories with any extra dependencies in the same directory?

2) What dependencies other then menus.ini does it have? (standard windows dlls excluded)

3) In menus.ini, I understand what {b} does, but what is {e} for?

Thank you in advance.
Title: Re: Questions about qeditor.exe
Post by: dedndave on August 30, 2013, 10:25:21 PM
i think {e} is for the Edit menu
{b} is for the Build menu, and so on

QE has quite a scripting language - that i haven't had time to play with much
http://www.masmforum.com/board/index.php?topic=18467.0 (http://www.masmforum.com/board/index.php?topic=18467.0)

not sure about the instances thing
try it out and let us know how it goes   :P

i am guessing it will work

i think blockp.ini and pths.ini are also related to QE
Title: Re: Questions about qeditor.exe
Post by: Paulo on August 30, 2013, 10:39:37 PM
Hi dedndave

Thanks for the tips and the link.
Will check it out.
Title: Re: Questions about qeditor.exe
Post by: hutch-- on September 06, 2013, 09:32:14 PM
Paolo, the reference for the scripting language is in the QE help file.
Title: Re: Questions about qeditor.exe
Post by: Paulo on September 07, 2013, 06:23:10 AM
Thank you hutch.