How to call an .exe form Tally application using TDL?

Discussion in 'Tally Developer' started by admin, Apr 17, 2012.

    
  1. admin

    admin Administrator Staff Member


    How to call an exe form Tally application using TDL?

    Find the solution below:

    Code:
    [#Menu    : Gate Way of Tally]
        Add    : button    : Tally Notepad
     
     
    [Button : Tally Notepad]
        Title : $$LocaleString:"Notepad"
        Key : ALT + T
        Action : Exec Command : Notepad.exe
    in the above you can specify the .exe path instead on notepad.exe
     
    Ras Raj likes this.


  2. Ajay singh

    Ajay singh New Member


    But when this Notepad will open.
     


  3. mpal2311

    mpal2311 Active Member


    After loading this TDL, when you press Alt + T, Notepad opens.
     


  4. Ajay singh

    Ajay singh New Member


    Thanks a lot sir,
     


Share This Page