{"id":266,"date":"2012-03-27T08:16:25","date_gmt":"2012-03-27T06:16:25","guid":{"rendered":"http:\/\/jal-bs.de\/blog\/?p=266"},"modified":"2012-03-27T08:18:23","modified_gmt":"2012-03-27T06:18:23","slug":"msdos-batch-variablen-inhalte-in-grossklein-buchstaben-umwandeln","status":"publish","type":"post","link":"https:\/\/jal-bs.de\/blog\/?p=266","title":{"rendered":"MSDOS-Batch: Variablen-Inhalte in Gross\/Klein-Buchstaben umwandeln"},"content":{"rendered":"<p>Hier ein kleines Beispiel um Variablen -Inhalte in Batch-Skripten (MSDOS) in Gross\/Klein-Buchstaben umzuwandeln:<\/p>\n<p>setlocal enabledelayedexpansion<br \/>\nset variable=kleinUNDgrossBuchstabeninGRossUmwandel<\/p>\n<p>echo %variable%<\/p>\n<p>for %%a in (&#8222;a=A&#8220; &#8222;b=B&#8220; &#8222;c=C&#8220; &#8222;d=D&#8220; &#8222;e=E&#8220; &#8222;f=F&#8220; &#8222;g=G&#8220; &#8222;h=H&#8220; &#8222;i=I&#8220; &#8222;j=J&#8220; &#8222;k=K&#8220; &#8222;l=L&#8220;<br \/>\n&#8222;m=M&#8220; &#8222;n=N&#8220; &#8222;o=O&#8220; &#8222;p=P&#8220; &#8222;q=Q&#8220; &#8222;r=R&#8220; &#8222;s=S&#8220; &#8222;t=T&#8220; &#8222;u=U&#8220; &#8222;v=V&#8220; &#8222;w=W&#8220; &#8222;x=X&#8220;&#8220;y=Y&#8220; &#8222;z=Z&#8220;) do (set &#8222;variable=!variable:%%~a!&#8220;)<\/p>\n<p>echo %variable%<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hier ein kleines Beispiel um Variablen -Inhalte in Batch-Skripten (MSDOS) in Gross\/Klein-Buchstaben umzuwandeln: setlocal enabledelayedexpansion set variable=kleinUNDgrossBuchstabeninGRossUmwandel echo %variable% for %%a in (&#8222;a=A&#8220; &#8222;b=B&#8220; &#8222;c=C&#8220; &#8222;d=D&#8220; &#8222;e=E&#8220; &#8222;f=F&#8220; &#8222;g=G&#8220; &#8222;h=H&#8220; &#8222;i=I&#8220; &#8222;j=J&#8220; &#8222;k=K&#8220; &#8222;l=L&#8220; &#8222;m=M&#8220; &#8222;n=N&#8220; &#8222;o=O&#8220; &#8222;p=P&#8220; &#8222;q=Q&#8220; &#8222;r=R&#8220; &hellip; <a href=\"https:\/\/jal-bs.de\/blog\/?p=266\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[21],"_links":{"self":[{"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/266"}],"collection":[{"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=266"}],"version-history":[{"count":3,"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/266\/revisions"}],"predecessor-version":[{"id":268,"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=\/wp\/v2\/posts\/266\/revisions\/268"}],"wp:attachment":[{"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jal-bs.de\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}