{"id":336,"date":"2016-06-30T12:39:24","date_gmt":"2016-06-30T09:39:24","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=336"},"modified":"2016-06-30T12:39:24","modified_gmt":"2016-06-30T09:39:24","slug":"c-arkaplanda-cmd-komutu-gonderme","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/c-arkaplanda-cmd-komutu-gonderme\/","title":{"rendered":"C# Arkaplanda CMD Komutu G\u00f6nderme"},"content":{"rendered":"<p>Process cmd = new Process();<br \/>\ncmd.StartInfo.FileName = &#8220;cmd.exe&#8221;;<br \/>\ncmd.StartInfo.RedirectStandardInput = true;<br \/>\ncmd.StartInfo.RedirectStandardOutput = true;<br \/>\ncmd.StartInfo.CreateNoWindow = true;<br \/>\ncmd.StartInfo.UseShellExecute = false;<br \/>\ncmd.Start();<br \/>\ncmd.StandardInput.WriteLine(&#8220;netstat -a -n -b | find \\&#8221;35623\\&#8221; | find \\&#8221;TCP\\&#8221;&#8221;);<br \/>\ncmd.StandardInput.Flush();<br \/>\ncmd.StandardInput.Close();<br \/>\ncmd.WaitForExit();<br \/>\ntextBox1.Text = cmd.StandardOutput.ReadToEnd();<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Process cmd = new Process(); cmd.StartInfo.FileName = &#8220;cmd.exe&#8221;; cmd.StartInfo.RedirectStandardInput = true; cmd.StartInfo.RedirectStandardOutput = true; cmd.StartInfo.CreateNoWindow = true; cmd.StartInfo.UseShellExecute = false; cmd.Start(); cmd.StandardInput.WriteLine(&#8220;netstat -a -n -b | find \\&#8221;35623\\&#8221; | find \\&#8221;TCP\\&#8221;&#8221;); cmd.StandardInput.Flush(); cmd.StandardInput.Close(); cmd.WaitForExit(); textBox1.Text = cmd.StandardOutput.ReadToEnd();<\/p>\n","protected":false},"author":2,"featured_media":337,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[23],"tags":[205,206,204,207],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/336"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=336"}],"version-history":[{"count":1,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/336\/revisions"}],"predecessor-version":[{"id":338,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/336\/revisions\/338"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/337"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=336"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=336"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}