I am trying to compile Assembler Tasm filename.asm and link filename.obj file directly in Emeditor .
However, i can’t find $(FilenameNoExt) in External Tool.
Could anyone explain how to setting in External Tool in detail? Thanks! :-D :-D :-D
viettuan wrote:
I am trying to compile Assembler Tasm filename.asm and link filename.obj file directly in Emeditor .
However, i can’t find $(FilenameNoExt) in External Tool.
Could anyone explain how to setting in External Tool in detail? Thanks! :-D :-D :-D
Use $(Filename). $(Filename) does not add the file extension.
Oh , Thanks you . $(Filename) and $(FilenameNoExt) is ambiguous. :-( :-( :-( :-(
I am undetected which manual (Emeditor Help) talks about this concernment .
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Questions and Answers about EmEditor Core’ is closed to new topics and replies.