<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Executables on Anything About IT</title><link>https://www.verboon.info/tags/executables/</link><description>Recent content in Executables on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 02 May 2012 22:11:57 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/executables/index.xml" rel="self" type="application/rss+xml"/><item><title>Script for finding Executables that are command-line programs</title><link>https://www.verboon.info/2012/05/script-for-finding-executables-that-are-command-line-programs/</link><pubDate>Wed, 02 May 2012 22:11:57 +0000</pubDate><guid>https://www.verboon.info/2012/05/script-for-finding-executables-that-are-command-line-programs/</guid><description>&lt;p&gt;I recently came across a FREE utility called &lt;a href="http://helgeklein.com/free-tools/iscommandlineapp/"&gt;IsCommandLineApp&lt;/a&gt; from &lt;a href="http://helgeklein.com/"&gt;Helge Klein&lt;/a&gt;,  a little command-line tool that can be used to determine whether a specific executable is a command-line program. To run this against multiple executables manually is a kind of a pain, so I decided to write a PowerShell script that runs IsCommandLineapp against a defined Folder and all it’s subfolders.&lt;/p&gt;
&lt;p&gt;
 &lt;img src="images/image_thumb.png" alt="image"&gt;

&lt;/p&gt;
&lt;p&gt;To run the script, first download the IsCommandLineApp from &lt;a href="http://helgeklein.com/free-tools/iscommandlineapp/%22"&gt;here&lt;/a&gt;) and then edit the variable &lt;strong&gt;$IsCommandLineApp&lt;/strong&gt; so that it points to the location where you have stored the tool. If you want to search through another folder than C:\Windows change the variable &lt;strong&gt;$StartPath&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>