Hello, Dear forum members, I researched the subject on the Internet, but could not reach a result. There is a function I made using Autoit, thanks to this function I can send a command to a different program.  My Very Simple Autoit Function :  Func gonder($komut)     $titleforgmauto = "Any Game Server Program Title"     ControlCommand($titleforgmauto, "", "Edit1", "EditPaste", $komut)     Sleep(10)     ControlSend($titleforgmauto, "", "Edit1", "{ENTER}{ENTER}") EndF