{"id":3850,"date":"2020-07-08T14:38:11","date_gmt":"2020-07-08T14:38:11","guid":{"rendered":"https:\/\/codethataint.com\/blog\/?p=3850"},"modified":"2020-07-08T14:38:11","modified_gmt":"2020-07-08T14:38:11","slug":"windows-frequently-used-commands","status":"publish","type":"post","link":"https:\/\/codethataint.com\/blog\/windows-frequently-used-commands\/","title":{"rendered":"Windows Frequently used commands"},"content":{"rendered":"<p><strong>Killing Application by Command<\/strong><\/p>\n<pre>\r\nnetstat -aon | find \/i \"listening\"\r\nnetstat -aon | find \/i \"listening\" | find \"8080\"\r\n\r\ntaskkill \/F \/ PID ProcessId\r\n\r\ni.e. taskkill \/F \/ PID 189\r\n<\/pre>\n<p><strong>Copy Multiple files from location using command<\/strong><\/p>\n<pre>\r\n#command Line\r\nfor \/f \"delims=\" %i in (C:\\list.txt) do (xcopy \"%i\" \"C:\\CopyFolder\" \/i \/z \/y)\r\n\r\n#batch file\r\nfor \/f \"delims=\" %%i in (C:\\list.txt) do (xcopy \"%%i\" \"C:\\CopyFolder\" \/i \/z \/y)\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Killing Application by Command netstat -aon | find \/i &#8220;listening&#8221; netstat -aon | find \/i &#8220;listening&#8221; | find &#8220;8080&#8221; taskkill \/F \/ PID ProcessId i.e. taskkill \/F \/ PID 189 Copy Multiple files from location using command #command Line for \/f &#8220;delims=&#8221; %i in (C:\\list.txt) do (xcopy &#8220;%i&#8221; &#8220;C:\\CopyFolder&#8221; \/i \/z \/y) #batch file for&hellip; <a href=\"https:\/\/codethataint.com\/blog\/windows-frequently-used-commands\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[317],"tags":[],"class_list":["post-3850","post","type-post","status-publish","format-standard","hentry","category-util-commands"],"_links":{"self":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/3850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/comments?post=3850"}],"version-history":[{"count":1,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/3850\/revisions"}],"predecessor-version":[{"id":3851,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/3850\/revisions\/3851"}],"wp:attachment":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/media?parent=3850"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/categories?post=3850"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/tags?post=3850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}