How to include an exe programm (tcping) in dude?

Hello!
I have to work for my diploma thesis with dude and my next task is to implement programms into dude.
I have been working with dude since about 3 month, but i have no idea how to realize that.
I would be grateful if you could me!

you can’t include programs in Dude. but you can run programs from the Dude http://wiki.mikrotik.com/wiki/Manual:The_Dude/Tools

thank you very much.
so, is there any way to make a tcping with any of these tools?
i already checked most of them but without success

no, you don’t use those tools, you add tcping as a new tool. read the manual please :slight_smile:

You can put this in a device label.
[execute(“test.bat”,1,“c:\”)]

Can i Run Terminal commands like “/system reboot” from tools ?