<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bat Archives - Apfelblog</title>
	<atom:link href="https://www.leppa.de/wp2/tag/bat/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.leppa.de/wp2/tag/bat/</link>
	<description></description>
	<lastBuildDate>Thu, 06 Sep 2018 07:41:18 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>

<image>
	<url>https://www.leppa.de/wp2/wp-content/uploads/2020/04/Apfel_Free-60x60.png</url>
	<title>bat Archives - Apfelblog</title>
	<link>https://www.leppa.de/wp2/tag/bat/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Einfacher PowerShell wrapper</title>
		<link>https://www.leppa.de/wp2/einfacher-powershell-wrapper/</link>
		
		<dc:creator><![CDATA[Jens Appel]]></dc:creator>
		<pubDate>Sat, 28 Jul 2018 09:36:34 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[powershell]]></category>
		<guid isPermaLink="false">https://www.leppa.de:9443/wp2/?p=1045</guid>

					<description><![CDATA[<p>@echo off :: Execute the PS1 file with the same name as this batch file. set filename=%~d0%~p0%~n0.ps1 if exist "%filename%" ( PowerShell.exe -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Unrestricted -Command "&#38; '%filename%'" :: Collect the exit code from the PowerShell script. set err=%errorlevel% ) else ( echo File not found. echo %filename% :: Set our exit code. [&#8230;]</p>
<p>The post <a href="https://www.leppa.de/wp2/einfacher-powershell-wrapper/">Einfacher PowerShell wrapper</a> appeared first on <a href="https://www.leppa.de/wp2">Apfelblog</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
