<?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>icon &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/icon/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 17 Sep 2023 05:34:39 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>icon &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Bash Script direkt vom Desktop starten</title>
		<link>https://www.systemtechnics.de/bash-script-direkt-vom-desktop-starten/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 17 Sep 2023 05:33:10 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Batch/Powershell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[verknüpung]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3640</guid>

					<description><![CDATA[Hat man unter Windows ein Bash Script in einer Cygwin Umgebung erstellt, so möchte man dies vielleicht direkt von seinem [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Hat man unter Windows ein Bash Script in einer Cygwin Umgebung erstellt, so möchte man dies vielleicht direkt von seinem Desktop starten.</p>



<p>Am einfachsten klickt man mit der rechten Maustasten auf einen freien Platz und klickt auf Neu -&gt; Verknüpfung.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="932" height="844" src="https://www.systemtechnics.de/wp-content/uploads/Neue-Verknuepung.png" alt="" class="wp-image-3641" srcset="https://www.systemtechnics.de/wp-content/uploads/Neue-Verknuepung.png 932w, https://www.systemtechnics.de/wp-content/uploads/Neue-Verknuepung-300x272.png 300w, https://www.systemtechnics.de/wp-content/uploads/Neue-Verknuepung-768x695.png 768w" sizes="(max-width: 932px) 100vw, 932px" /></figure>



<p>Dort folgen wir dem Assistenten und geben als auszuführenden Befehl folgendes an:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">C:\cygwin64\bin\bash.exe --login -i "c:/cygwin64/home/knut/get-mecom"</pre>



<p>Der Pfad und Name des Skriptes (hier &#8222;c:/cygwin64/home/knut/get-mecom&#8220; ) muss natürlich angepasst werden.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mit CMD/VBS ein Icon auf den Desktop anlegen</title>
		<link>https://www.systemtechnics.de/mit-cmd-vbs-ein-icon-auf-den-desktop-anlegen/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Thu, 01 Dec 2022 10:49:05 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Batch/Powershell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[vbs]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3389</guid>

					<description><![CDATA[Mit folgendem Script kann man mit einfachen Mitteln ein (Desktop-)Icon anlegen.&#160;Die anzupassenden Variablen sollten selbsterklärend sein. Eine umfangreiche Liste mit [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Mit folgendem Script kann man mit einfachen Mitteln ein (Desktop-)Icon anlegen.&nbsp;Die anzupassenden Variablen sollten selbsterklärend sein.</p>



<pre class="EnlighterJSRAW" data-enlighter-language="bat" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">echo off
cls

:: Variablen setzen

:: Bei Bedarf Variablen anpassen
::
set IconTitle="%HomePath%\desktop\Fernwartung SystemTechnics.lnk"
set Target="https://www.systemtechnics.de/fernwartung/"
set WorkingDirectory="%temp%"
set Description="Download Link zum aktuellen Teamviewer"
set VBSFile=%date%-sc001
set IconNum=15

:: Hier nichts mehr anpassen
::

cls
echo .........................................................
echo .
echo . Erstelle Icon %IconTitle% - %Target%
echo .
echo .........................................................

:: Datum wg. Temp-File ermitteln
for /f "tokens=1-4" %%a in ('cmd.exe /c "echo. | date"') do if %%a == Aktuelles set date=%%d

:: Icon auf Desktop vorhanden?
if exist %IconTitle% echo Icon vorhanden
::if exist %IconTitle% goto icon_skip

:: Temp VBScript anlegen
::
 >%temp%\%VBSFile%.vbs echo Set objShell=WScript.CreateObject("Wscript.Shell")
>>%temp%\%VBSFile%.vbs echo Set objShortcut=objShell.CreateShortcut(%IconTitle%)
>>%temp%\%VBSFile%.vbs echo objShortcut.TargetPath=%Target%
>>%temp%\%VBSFile%.vbs echo objShortcut.Description=%Description%
>>%temp%\%VBSFile%.vbs echo objShortcut.WorkingDirectory=%WorkingDirectory%
>>%temp%\%VBSFile%.vbs echo objShortCut.IconLocation = "C:\Windows\SystemResources\shell32.dll.mun, %IconNum%"
>>%temp%\%VBSFile%.vbs echo objShortcut.Save

::... anschliessend starten ...
cscript //nologo %temp%\%VBSFile%.vbs

::... und wieder entfernen.
del %temp%\%VBSFile%.vbs

:icon_skip
exit
</pre>



<p>Eine umfangreiche Liste mit freier Icons ist unter <a href="https://github.com/topics/icon-pack" target="_blank" rel="noopener">https://github.com/topics/icon-pack</a> zu finden. Man kann diese dann sicherlich in eine ICO-Datei exportieren und im Script entsprechend bereitstellen.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="842" src="https://www.systemtechnics.de/wp-content/uploads/icon-anlegen-batch-1024x842.png" alt="" class="wp-image-3390" srcset="https://www.systemtechnics.de/wp-content/uploads/icon-anlegen-batch-1024x842.png 1024w, https://www.systemtechnics.de/wp-content/uploads/icon-anlegen-batch-300x247.png 300w, https://www.systemtechnics.de/wp-content/uploads/icon-anlegen-batch-768x631.png 768w, https://www.systemtechnics.de/wp-content/uploads/icon-anlegen-batch.png 1034w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
