{"id":5116,"date":"2024-07-08T15:33:00","date_gmt":"2024-07-08T22:33:00","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=5116"},"modified":"2024-07-08T15:33:11","modified_gmt":"2024-07-08T22:33:11","slug":"how-to-fix-windows-batch-bat-only-execute-the-first-line","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=5116","title":{"rendered":"How to Fix Windows Batch (.BAT) Only Execute the First Line"},"content":{"rendered":"\n<p><strong>Solution 1<\/strong><\/p>\n\n\n\n<p><strong>Bat file contents<\/strong>\u00a0(if you want to\u00a0<strong>stop<\/strong>\u00a0batch when one of cmds errors)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em>cmd1 &amp;&amp; ^\ncmd2 &amp;&amp; ^\ncmd3 &amp;&amp; ^\ncmd4<\/em>\n<\/code><\/pre>\n\n\n\n<p><strong>Bat file contents<\/strong>&nbsp;(if you want to&nbsp;<strong>continue<\/strong>&nbsp;batch when one of cmds errors)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em>cmd1 &amp; ^\ncmd2 &amp; ^\ncmd3 &amp; ^\ncmd4<\/em>\n\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n<strong>Solution 2<\/strong>\nUse \"Start \/B\". below, please see a sample.\n\n<em>start \/b robocopy \\\\FS201\\F$ D:\\FS201\\F \/MIR \/R:0 \/B \/TEE \/LOG:\"D:\\FS201_f.log\"\nstart \/b robocopy \\\\APP101\\E$ D:\\APP101\\E \/MIR \/R:0 \/B \/TEE \/LOG:\"D:\\APP101_e.log\"<\/em>\n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Solution 1 Bat file contents\u00a0(if you want to\u00a0stop\u00a0batch when one of cmds errors) Bat file contents&nbsp;(if you want to&nbsp;continue&nbsp;batch when one of cmds errors)<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[10,15],"tags":[1797,1794,1798],"class_list":["post-5116","post","type-post","status-publish","format-standard","hentry","category-microsoft","category-windows-servers","tag-bat-only-execute-the-first-line","tag-fix-windows-batch-bat-only-execute-the-first-line","tag-robocopy-only-execute-first-line"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5116"}],"version-history":[{"count":2,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5116\/revisions"}],"predecessor-version":[{"id":5118,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5116\/revisions\/5118"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}