Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6121
    viettuan
    Member

    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

    #6122
    Yutaka Emura
    Keymaster

    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.

    #6123
    viettuan
    Member

    Oh , Thanks you . $(Filename) and $(FilenameNoExt) is ambiguous. :-( :-( :-( :-(
    I am undetected which manual (Emeditor Help) talks about this concernment .

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.