<?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>MemoSoup &#187; Tips &amp; Tricks</title>
	<atom:link href="http://www.memosoup.com/category/tips-tricks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memosoup.com</link>
	<description>Mix of the things I always forget</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:24:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Outlook 2007: set default font in Outlook</title>
		<link>http://www.memosoup.com/20111220/outlook-2007-set-default-font.html</link>
		<comments>http://www.memosoup.com/20111220/outlook-2007-set-default-font.html#comments</comments>
		<pubDate>Tue, 20 Dec 2011 13:10:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=435</guid>
		<description><![CDATA[<p>I think, the &#8220;Options&#8221; window in Outlook is one of the most tangled things in IT. The programmers were so smart to create real &#8220;spaghetti&#8221; window! Did they ever hear about &#8220;user friendly&#8221; interfaces? They could at least add the &#8220;Search&#8221; field somewhere &#8211; otherwise, it&#8217;s not possible to find anything.</p> <p>Here is the way [...]]]></description>
			<content:encoded><![CDATA[<p>I think, the &#8220;Options&#8221; window in Outlook is one of the most tangled things in IT. The programmers were so smart to create real &#8220;spaghetti&#8221; window! Did they ever hear about &#8220;user friendly&#8221; interfaces? They could at least add the &#8220;Search&#8221; field somewhere &#8211; otherwise, it&#8217;s not possible to find anything.</p>
<p>Here is the way to change the default font:</p>
<ul>
<li>Tools -> Options</li>
<li>Click “Mail Format” tab</li>
<li>Click “Stationery and Fonts…” button</li>
<li>Select “Personal Stationery” tab</li>
<li>Click &#8220;Font&#8221; button to change the font</li>
</ul>
<p>It&#8217;s nice, isn&#8217;t it?</p>
<p><a href="http://www.howto-outlook.com/faq/locatefeature.htm#global_outlook_options_and_features" title="Outlook feature locate">Here</a> there are even more paths for different options.</p>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20111220%2Foutlook-2007-set-default-font.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20111220/outlook-2007-set-default-font.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Outlook 2007: set default font in Outlook" data-url="http://www.memosoup.com/20111220/outlook-2007-set-default-font.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20111220/outlook-2007-set-default-font.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle: checksum function for strings</title>
		<link>http://www.memosoup.com/20111117/oracle-checksum-function-for-strings.html</link>
		<comments>http://www.memosoup.com/20111117/oracle-checksum-function-for-strings.html#comments</comments>
		<pubDate>Thu, 17 Nov 2011 09:40:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=432</guid>
		<description><![CDATA[CREATE OR REPLACE FUNCTION get_checksum&#40;source_string IN VARCHAR&#41; RETURN VARCHAR IS &#160; raw_string RAW&#40;2048&#41;; &#160; result &#160; &#160; RAW&#40;2048&#41;; BEGIN &#160; raw_string := utl_i18n.string_to_raw&#40;source_string&#41;; &#160; result := sys.dbms_crypto.hash&#40;raw_string, sys.dbms_crypto.hash_sh1&#41;; &#160; RETURN result ; END; / Tweet news and informations&#160;automotive,business,crime,health,life,politics,science,technology,travelautomotive,business,crime,health,life,politics,science,technology,travel]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container plsql default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="plsql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://www.oracle.com/pls/db92/db92.drilldown?word=CREATE"><span style="color: #00F;">CREATE</span></a> <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=OR"><span style="color: #00F;">OR</span></a> <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=REPLACE"><span style="color: #000;">REPLACE</span></a> <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=FUNCTION"><span style="color: #00F;">FUNCTION</span></a> get_checksum<span style="color: #00F;">&#40;</span>source_string <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=IN"><span style="color: #00F;">IN</span></a> <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=VARCHAR"><span style="color: #00F;">VARCHAR</span></a><span style="color: #00F;">&#41;</span><br />
<a href="http://www.oracle.com/pls/db92/db92.drilldown?word=RETURN"><span style="color: #00F;">RETURN</span></a> <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=VARCHAR"><span style="color: #00F;">VARCHAR</span></a> <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=IS"><span style="color: #00F;">IS</span></a><br />
&nbsp; raw_string <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=RAW"><span style="color: #00F;">RAW</span></a><span style="color: #00F;">&#40;</span><span style="color: #800;">2048</span><span style="color: #00F;">&#41;</span><span style="color: #00F;">;</span><br />
&nbsp; result &nbsp; &nbsp; <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=RAW"><span style="color: #00F;">RAW</span></a><span style="color: #00F;">&#40;</span><span style="color: #800;">2048</span><span style="color: #00F;">&#41;</span><span style="color: #00F;">;</span><br />
<a href="http://www.oracle.com/pls/db92/db92.drilldown?word=BEGIN"><span style="color: #00F;">BEGIN</span></a><br />
&nbsp; raw_string <span style="color: #00F;">:=</span> utl_i18n<span style="color: #00F;">.</span>string_to_raw<span style="color: #00F;">&#40;</span>source_string<span style="color: #00F;">&#41;</span><span style="color: #00F;">;</span><br />
&nbsp; result <span style="color: #00F;">:=</span> sys<span style="color: #00F;">.</span>dbms_crypto<span style="color: #00F;">.</span>hash<span style="color: #00F;">&#40;</span>raw_string<span style="color: #00F;">,</span> sys<span style="color: #00F;">.</span>dbms_crypto<span style="color: #00F;">.</span>hash_sh1<span style="color: #00F;">&#41;</span><span style="color: #00F;">;</span><br />
&nbsp; <a href="http://www.oracle.com/pls/db92/db92.drilldown?word=RETURN"><span style="color: #00F;">RETURN</span></a> result <span style="color: #00F;">;</span><br />
<a href="http://www.oracle.com/pls/db92/db92.drilldown?word=END"><span style="color: #00F;">END</span></a><span style="color: #00F;">;</span><br />
<span style="color: #00F;">/</span></div></div>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20111117%2Foracle-checksum-function-for-strings.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20111117/oracle-checksum-function-for-strings.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Oracle: checksum function for strings" data-url="http://www.memosoup.com/20111117/oracle-checksum-function-for-strings.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20111117/oracle-checksum-function-for-strings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Word: put syntax highlighed code into the document</title>
		<link>http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html</link>
		<comments>http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html#comments</comments>
		<pubDate>Fri, 25 Mar 2011 10:26:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=378</guid>
		<description><![CDATA[<p>Here is the simple method to put the code with highlighting into the Word document:</p> Download and install Notepad++. This is easy-to-use and yet very powerful text editor with a lot of features, support of the plugins etc. Put your code into the Notepad++ edit window <p></p> Configure the language, if Notepad++ did not do [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the simple method to put the code with highlighting into the Word document:</p>
<ol>
<li>Download and install <a href="http://notepad-plus-plus.org/download">Notepad++</a>. This is easy-to-use and yet very powerful text editor with a lot of features, support of the plugins etc.</li>
<li>Put your code into the Notepad++ edit window</li>
<p><br/></p>
<li>Configure the language, if Notepad++ did not do this automatically:<br />
<strong>Language-><em>your language</em></strong><br />
<img src="http://www.memosoup.com/wp-content/uploads/2011/03/npplanguage.jpg" alt="npp language select" /><br />
If necessary the additional configuration could be done in the Style Configurator: <strong>Settings->Style Configurator&#8230;</strong>
</li>
<p><br/></p>
<li>Export the highlighted text with help of NppExport plugin: <strong>Plugins->NppExport</strong><br />
It has the following options:<br />
<img src="http://www.memosoup.com/wp-content/uploads/2011/03/nppexport.jpg" alt="npp export options" />
</li>
<p><br/></p>
<li>Select &#8220;Copy RTF to clipboard&#8221;</li>
<li>Paste the content of the clipboard into the Word document</li>
<li>Make any changes in the Word document if necessary</li>
<p><br/>
</ol>

<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20110325%2Fms-word-put-syntax-highlighed-code-into-the-document.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="MS Word: put syntax highlighed code into the document" data-url="http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20110325/ms-word-put-syntax-highlighed-code-into-the-document.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows: local printer option is greyed out</title>
		<link>http://www.memosoup.com/20110316/windows-local-printer-option-is-greyed-out.html</link>
		<comments>http://www.memosoup.com/20110316/windows-local-printer-option-is-greyed-out.html#comments</comments>
		<pubDate>Wed, 16 Mar 2011 12:17:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[disabled]]></category>
		<category><![CDATA[printer]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=362</guid>
		<description><![CDATA[<p>Some time ago I need to add the local printer to the system, however, this option was greyed out in the &#8220;Add printer&#8221; wizard. The problem was caused by local policy, preventing the adding of the new devices to the system.</p> <p>The following should be done to enable &#8220;Add local printer&#8221; option</p> Start the policy [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I need to add the local printer to the system, however, this option was greyed out in the &#8220;Add printer&#8221; wizard.<br />
The problem was caused by local policy, preventing the adding of the new devices to the system.</p>
<p>The following should be done to enable &#8220;Add local printer&#8221; option</p>
<ol>
<li>Start the policy editor (C<strong>ontrol Panel -> Administrative tools -> Local security policy</strong>)</li>
<li>Select <strong>&#8220;Local policy&#8221;</strong> item</li>
<li>Find the item &#8220;Devices: Prevent Users from Installing Printer Drivers&#8221; in the section <strong>Security Settings -> Security Options</strong> and change it to <strong>Enabled</strong></li>
<li>Go to &#8220;Security Settings -> User Rights Assignment&#8221; section and check, that &#8220;Load &#038; Unalod Drivers&#8221;  option contains the active user group. It important, that even if it has &#8220;All Staff&#8221; already, it still could miss &#8220;Administrators&#8221; group, so it&#8217;s necessary to add it manually.</li>
</ol>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20110316%2Fwindows-local-printer-option-is-greyed-out.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20110316/windows-local-printer-option-is-greyed-out.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Windows: local printer option is greyed out" data-url="http://www.memosoup.com/20110316/windows-local-printer-option-is-greyed-out.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20110316/windows-local-printer-option-is-greyed-out.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF file: set the bookmark</title>
		<link>http://www.memosoup.com/20100709/pdf-file-set-the-bookmark.html</link>
		<comments>http://www.memosoup.com/20100709/pdf-file-set-the-bookmark.html#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:58:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=292</guid>
		<description><![CDATA[<p>Strange enough, Adobe Acrobar Reader does not allow to put the user-defined bookmarks into the PDF file (and this is so simple and necessary thing!)</p> <p>However, with the help of some &#8220;hack&#8221; the bookmarks still could be used.</p> <p>Here is the trick:</p> Go to PDF Hacks site and download the zip file with the javascript. [...]]]></description>
			<content:encoded><![CDATA[<p>Strange enough, Adobe Acrobar Reader does not allow to put the user-defined bookmarks into the PDF file (and this is so simple and necessary thing!)</p>
<p>However, with the help of some &#8220;hack&#8221; the bookmarks still could be used.</p>
<p>Here is the trick:</p>
<ol>
<li>Go to <a href="http://www.pdfhacks.com/bookmark_page/">PDF Hacks</a> site and download the zip file with the javascript.</li>
<li>Extract the file bookmark_page.js from the archive</li>
<li>Copy the file bookmark_page.js to one of the following folders:
<ul>
<li><strong>%ProgramFiles%\Adobe\Reader\Javascripts</strong></li>
<li><strong>%AppData%\Adobe\Reader\Javascripts</strong></li>
</ul>
<p>Please, check the real installation path of the Acrobat software, it could be different on Your system.</li>
<li>Restart the Acrobat Reader</li>
</ol>
<p>Now You have 4 new menu items in the menu &#8220;View&#8221;. The first two could be called using shortcut &#8220;Alt-V-5&#8243; and &#8220;Alt-V-6&#8243; (for English version of Acrobat)<br />
<img src="http://www.memosoup.com/wp-content/uploads/2010/07/PDFbookmark.jpg" alt="Bookmarks in PDF" /></p>
<p>The bookmarks are not saved in the PDF itself, so they could be lost, if the PDF file is moved to some other location. </p>
<p>To <strong>uninstall</strong> the bookmark script, just remove <em>bookmark_page.js</em> from the <em>Javascripts</em> folder and restart the Acrobat Reader.</p>
<p>Some other PDF tricks could be found in this book:<br />
</p>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20100709%2Fpdf-file-set-the-bookmark.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20100709/pdf-file-set-the-bookmark.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="PDF file: set the bookmark" data-url="http://www.memosoup.com/20100709/pdf-file-set-the-bookmark.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20100709/pdf-file-set-the-bookmark.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppleScript: rotate mov file in QuickTime Pro</title>
		<link>http://www.memosoup.com/20091230/applescript-rotate-mov-file-in-quicktime-pro.html</link>
		<comments>http://www.memosoup.com/20091230/applescript-rotate-mov-file-in-quicktime-pro.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 15:31:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photo]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[rotate]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=237</guid>
		<description><![CDATA[<p>Some kind of life hack: it&#8217;s very easy to make mov file with digital camera, rotating it 90 degrees. However, it&#8217;s not so easy to convert the result file to the &#8216;visible&#8217; form.</p> <p>QuickTime Pro(the native product from Apple) could do this, and I found the AppleScript script, which could make it even more easy.</p> [...]]]></description>
			<content:encoded><![CDATA[<p>Some kind of <a href="http://lifehacker.com/">life hack</a>: it&#8217;s very easy to make mov file with digital camera, rotating it 90 degrees. However, it&#8217;s not so easy to convert the result file to the &#8216;visible&#8217; form.</p>
<p><a href="http://www.amazon.com/gp/product/B001A33MDI?ie=UTF8&#038;tag=memosoup-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B001A33MDI">QuickTime Pro</a><img src="http://www.assoc-amazon.com/e/ir?t=memosoup-20&#038;l=as2&#038;o=1&#038;a=B001A33MDI" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />(the native product from Apple) could do this, and I found the AppleScript script, which could make it even more easy.</p>
<div class="codecolorer-container applescript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="applescript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #ff0033; font-weight: bold;">tell</span> <span style="color: #0066ff;">application</span> <span style="color: #009900;">&quot;QuickTime Player&quot;</span><br />
<span style="color: #ff0033; font-weight: bold;">set</span> m <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #000000;">&#40;</span><span style="color: #ff0033; font-weight: bold;">get</span> movie <span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><br />
rotate m <span style="color: #0066ff;">by</span> <span style="color: #000000;">-</span><span style="color: #000000;">90</span><br />
<span style="color: #0066ff;">save</span> self contained m <span style="color: #ff0033; font-weight: bold;">in</span> <span style="color: #000000;">&#40;</span><span style="color: #0066ff;">choose file</span> <span style="color: #0066ff;">name</span> <span style="color: #ff0033; font-weight: bold;">with</span> prompt <span style="color: #009900;">&quot;save self contained movie&quot;</span><span style="color: #000000;">&#41;</span><br />
<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">tell</span></div></div>
<p>The script is mentioned <a href="http://www.macosxhints.com/article.php?story=20070122085020753">here</a></p>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20091230%2Fapplescript-rotate-mov-file-in-quicktime-pro.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20091230/applescript-rotate-mov-file-in-quicktime-pro.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="AppleScript: rotate mov file in QuickTime Pro" data-url="http://www.memosoup.com/20091230/applescript-rotate-mov-file-in-quicktime-pro.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20091230/applescript-rotate-mov-file-in-quicktime-pro.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office: check if PowerPoint is running</title>
		<link>http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html</link>
		<comments>http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 09:32:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=202</guid>
		<description><![CDATA[Dim objAPP, sMsg On Error Resume Next Set objAPP = GetObject(, &#34;PowerPoint.Application&#34;) If TypeName(objAPP) = &#34;Empty&#34; Then &#160; &#160; sMsg = &#34;not started&#34; Else &#160; &#160; sMsg = &#34;started&#34; End If MsgBox &#34;PowerPoint is &#34; &#38; sMsg, vbInformation, &#34;PowerPoint&#34; if sMsg = &#34;started&#34; then objAPP.Visible = true Tweet news and informations&#160;automotive,business,crime,health,life,politics,science,technology,travelautomotive,business,crime,health,life,politics,science,technology,travel]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #151B8D; font-weight: bold;">Dim</span> objAPP, sMsg<br />
<br />
<span style="color: #151B8D; font-weight: bold;">On</span> <span style="color: #151B8D; font-weight: bold;">Error</span> <span style="color: #151B8D; font-weight: bold;">Resume</span> <span style="color: #8D38C9; font-weight: bold;">Next</span><br />
<br />
<span style="color: #151B8D; font-weight: bold;">Set</span> objAPP = <span style="color: #E56717; font-weight: bold;">GetObject</span>(, <span style="color: #800000;">&quot;PowerPoint.Application&quot;</span>)<br />
<br />
<span style="color: #8D38C9; font-weight: bold;">If</span> TypeName(objAPP) = <span style="color: #800000;">&quot;Empty&quot;</span> <span style="color: #8D38C9; font-weight: bold;">Then</span><br />
&nbsp; &nbsp; sMsg = <span style="color: #800000;">&quot;not started&quot;</span><br />
<span style="color: #8D38C9; font-weight: bold;">Else</span><br />
&nbsp; &nbsp; sMsg = <span style="color: #800000;">&quot;started&quot;</span><br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">If</span><br />
<br />
MsgBox <span style="color: #800000;">&quot;PowerPoint is &quot;</span> &amp; sMsg, vbInformation, <span style="color: #800000;">&quot;PowerPoint&quot;</span> <br />
<br />
<span style="color: #8D38C9; font-weight: bold;">if</span> sMsg = <span style="color: #800000;">&quot;started&quot;</span> <span style="color: #8D38C9; font-weight: bold;">then</span> objAPP.Visible = <span style="color: #00C2FF; font-weight: bold;">true</span></div></div>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20091014%2Foffice-check-if-powerpoint-is-running.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Office: check if PowerPoint is running" data-url="http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20091014/office-check-if-powerpoint-is-running.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Word: replace spaces to non-breaking</title>
		<link>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html</link>
		<comments>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:57:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=183</guid>
		<description><![CDATA[<p>To insert it manually, use Ctrl+Shift+Space</p> Selection.HomeKey Unit:=wdStory Selection.Find.ClearFormatting Selection.Find.Style = ActiveDocument.Styles(&#34;Normal&#34;) Selection.Find.Replacement.ClearFormatting With Selection.Find &#160; &#160;.Text = &#34; &#160; &#34; &#160; &#160;.Replacement.Text = &#34;^s&#34; &#160; &#160;.Forward = True &#160; &#160;.Wrap = wdFindContinue &#160; &#160;.Format = True End With Selection.Find.Execute Replace:=wdReplaceAll Tweet news and informations&#160;automotive,business,crime,health,life,politics,science,technology,travelautomotive,business,crime,health,life,politics,science,technology,travel]]></description>
			<content:encoded><![CDATA[<p>To insert it manually, use <strong>Ctrl+Shift+Space</strong></p>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Selection.HomeKey Unit:=wdStory<br />
Selection.Find.ClearFormatting<br />
Selection.Find.Style = ActiveDocument.Styles(<span style="color: #800000;">&quot;Normal&quot;</span>)<br />
Selection.Find.Replacement.ClearFormatting<br />
<span style="color: #8D38C9; font-weight: bold;">With</span> Selection.Find<br />
&nbsp; &nbsp;.Text = <span style="color: #800000;">&quot; &nbsp; &quot;</span><br />
&nbsp; &nbsp;.Replacement.Text = <span style="color: #800000;">&quot;^s&quot;</span><br />
&nbsp; &nbsp;.Forward = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
&nbsp; &nbsp;.Wrap = wdFindContinue<br />
&nbsp; &nbsp;.Format = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">With</span><br />
Selection.Find.Execute Replace:=wdReplaceAll</div></div>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20090928%2Fms-word-replace-spaces-to-non-breaking.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="MS Word: replace spaces to non-breaking" data-url="http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check the default browser</title>
		<link>http://www.memosoup.com/20090925/check-the-default-browser.html</link>
		<comments>http://www.memosoup.com/20090925/check-the-default-browser.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:15:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=175</guid>
		<description><![CDATA[<p>The following section in registry should be checked:</p> <p>HKEY_CLASSES_ROOT\http\shell\open\command Key: (default)</p> <p>Most (but not all) browsers check it to determine the current browser.</p> currentBrowser = RegistryGet&#40;&#34;HKEY_CLASSES_ROOT&#34;,&#34;http\shell\open\command&#34;,&#34;&#34;&#41; MsgBox&#40; currentBrowser &#41; <p>Some browsers could create additional section HKEY_CLASSES_ROOT\http\shell\OpenWith\command, which helps to avoid the conflict with IE settings.</p> Tweet news and informations&#160;automotive,business,crime,health,life,politics,science,technology,travelautomotive,business,crime,health,life,politics,science,technology,travel]]></description>
			<content:encoded><![CDATA[<p>The following section in registry should be checked:</p>
<p><strong>HKEY_CLASSES_ROOT\http\shell\open\command</strong><br />
<strong>Key: (default)</strong></p>
<p>Most (but not all) browsers check it to determine the current browser.</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">currentBrowser <span style="color: #339933;">=</span> RegistryGet<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;HKEY_CLASSES_ROOT&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;http<span style="color: #000099; font-weight: bold;">\s</span>hell<span style="color: #000099; font-weight: bold;">\o</span>pen<span style="color: #000099; font-weight: bold;">\c</span>ommand&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span><br />
MsgBox<span style="color: #009900;">&#40;</span> currentBrowser <span style="color: #009900;">&#41;</span></div></div>
<p>Some browsers could create additional section <strong>HKEY_CLASSES_ROOT\http\shell\OpenWith\command</strong>, which helps to avoid the conflict with IE settings.</p>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20090925%2Fcheck-the-default-browser.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20090925/check-the-default-browser.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Check the default browser" data-url="http://www.memosoup.com/20090925/check-the-default-browser.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20090925/check-the-default-browser.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHICH command for DOS</title>
		<link>http://www.memosoup.com/20090921/which-command-for-dos.html</link>
		<comments>http://www.memosoup.com/20090921/which-command-for-dos.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 11:59:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows & DOS]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[which]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=150</guid>
		<description><![CDATA[<p>If You need the analog of Unix &#8216;which&#8217; command and do not have Resource Kit, the following batch file will help. The code was found on www.ss64.com Published with the permission of the author, Clay Calvert.</p> @echo off SETLOCAL (set WF=) :: Look for file in the current directory for %%a in (&#34;&#34; %!!%) do [...]]]></description>
			<content:encoded><![CDATA[<p>If You need the analog of Unix &#8216;which&#8217; command and do not have Resource Kit, the following batch file will help.<br />
The code was found on <a href="http://www.ss64.com/nt/which.txt">www.ss64.com</a><br />
Published with the permission of the author, Clay Calvert.</p>
<div class="codecolorer-container dos default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="dos codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #33cc33;">@</span><a href="http://www.ss64.com/nt/echo.html"><span style="color: #b1b100; font-weight: bold;">echo</span></a> off<br />
<a href="http://www.ss64.com/nt/setlocal.html"><span style="color: #b1b100; font-weight: bold;">SETLOCAL</span></a><br />
<span style="color: #33cc33;">(</span><a href="http://www.ss64.com/nt/set.html"><span style="color: #b1b100; font-weight: bold;">set</span></a> WF=<span style="color: #33cc33;">)</span><br />
<span style="color: #b100b1; font-style: italic;"><br />
:: Look for file in the current directory</span><br />
<br />
<a href="http://www.ss64.com/nt/for.html"><span style="color: #00b100; font-weight: bold;">for</span></a> <span style="color: #33cc33;">%%</span><span style="color: #448888;">a</span> <a href="http://www.ss64.com/nt/in.html"><span style="color: #00b100; font-weight: bold;">in</span></a> <span style="color: #33cc33;">(</span>&quot;&quot; <span style="color: #33cc33;">%</span><span style="color: #33cc33;">!!</span><span style="color: #33cc33;">%)</span> <a href="http://www.ss64.com/nt/do.html"><span style="color: #00b100; font-weight: bold;">do</span></a> <span style="color: #33cc33;">(</span><br />
<a href="http://www.ss64.com/nt/if.html"><span style="color: #00b100; font-weight: bold;">if</span></a> <a href="http://www.ss64.com/nt/not.html"><span style="color: #000000; font-weight: bold;">not</span></a> <a href="http://www.ss64.com/nt/defined.html"><span style="color: #000000; font-weight: bold;">defined</span></a> WF <a href="http://www.ss64.com/nt/if.html"><span style="color: #00b100; font-weight: bold;">if</span></a> <a href="http://www.ss64.com/nt/exist.html"><span style="color: #000000; font-weight: bold;">exist</span></a> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">~1</span><span style="color: #33cc33;">%%</span><span style="color: #448888;">~a</span>&quot; <a href="http://www.ss64.com/nt/set.html"><span style="color: #b1b100; font-weight: bold;">set</span></a> WF=<span style="color: #33cc33;">%</span><span style="color: #448888;">CD</span><span style="color: #33cc33;">%</span>\<span style="color: #33cc33;">%</span><span style="color: #448888;">~1</span><span style="color: #33cc33;">%%</span><span style="color: #448888;">~a</span><span style="color: #33cc33;">)</span><br />
<span style="color: #b100b1; font-style: italic;"><br />
:: Look for file in the PATH</span><br />
<br />
<a href="http://www.ss64.com/nt/for.html"><span style="color: #00b100; font-weight: bold;">for</span></a> <span style="color: #33cc33;">%%</span><span style="color: #448888;">a</span> <a href="http://www.ss64.com/nt/in.html"><span style="color: #00b100; font-weight: bold;">in</span></a> <span style="color: #33cc33;">(</span>&quot;&quot; <span style="color: #33cc33;">%</span><span style="color: #33cc33;">!!</span><span style="color: #33cc33;">%)</span> <a href="http://www.ss64.com/nt/do.html"><span style="color: #00b100; font-weight: bold;">do</span></a> <span style="color: #33cc33;">(</span><br />
<a href="http://www.ss64.com/nt/if.html"><span style="color: #00b100; font-weight: bold;">if</span></a> <a href="http://www.ss64.com/nt/not.html"><span style="color: #000000; font-weight: bold;">not</span></a> <a href="http://www.ss64.com/nt/defined.html"><span style="color: #000000; font-weight: bold;">defined</span></a> WF <a href="http://www.ss64.com/nt/for.html"><span style="color: #00b100; font-weight: bold;">for</span></a> <span style="color: #33cc33;">%%</span><span style="color: #448888;">g</span> <a href="http://www.ss64.com/nt/in.html"><span style="color: #00b100; font-weight: bold;">in</span></a> <span style="color: #33cc33;">(</span>&quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">~1</span><span style="color: #33cc33;">%%</span><span style="color: #448888;">~a</span>&quot;<span style="color: #33cc33;">)</span> <a href="http://www.ss64.com/nt/do.html"><span style="color: #00b100; font-weight: bold;">do</span></a> <span style="color: #33cc33;">(</span><br />
<a href="http://www.ss64.com/nt/if.html"><span style="color: #00b100; font-weight: bold;">if</span></a> <a href="http://www.ss64.com/nt/exist.html"><span style="color: #000000; font-weight: bold;">exist</span></a> &quot;<span style="color: #33cc33;">%</span><span style="color: #33cc33;">%</span>~$PATH:g&quot; <a href="http://www.ss64.com/nt/set.html"><span style="color: #b1b100; font-weight: bold;">set</span></a> WF=<span style="color: #33cc33;">%</span><span style="color: #33cc33;">%</span>~$PATH:g<span style="color: #33cc33;">))</span><br />
<span style="color: #b100b1; font-style: italic;"><br />
:: Store the Help Error message</span><br />
<br />
<a href="http://www.ss64.com/nt/if.html"><span style="color: #00b100; font-weight: bold;">if</span></a> <a href="http://www.ss64.com/nt/not.html"><span style="color: #000000; font-weight: bold;">NOT</span></a> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">~x1</span>&quot;==&quot;&quot; <a href="http://www.ss64.com/nt/goto.html"><span style="color: #00b100; font-weight: bold;">goto</span></a>:END<br />
<a href="http://www.ss64.com/nt/for.html"><span style="color: #00b100; font-weight: bold;">for</span></a> /f &quot;delims=.&quot; <span style="color: #33cc33;">%%</span><span style="color: #448888;">a</span> <a href="http://www.ss64.com/nt/in.html"><span style="color: #00b100; font-weight: bold;">in</span></a> <span style="color: #33cc33;">(</span>'help.exe *'<span style="color: #33cc33;">)</span> <a href="http://www.ss64.com/nt/do.html"><span style="color: #00b100; font-weight: bold;">do</span></a> <a href="http://www.ss64.com/nt/set.html"><span style="color: #b1b100; font-weight: bold;">set</span></a> HlpErr=<span style="color: #33cc33;">%%</span><span style="color: #448888;">a</span><br />
<span style="color: #b100b1; font-style: italic;"><br />
:: If command missing from Help, goto end</span><br />
<br />
help.exe &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">~1</span>&quot; <span style="color: #33cc33;">|</span>find &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">HlpErr</span><span style="color: #33cc33;">%</span>&quot;<span style="color: #33cc33;">&amp;</span>gt;<a href="http://www.ss64.com/nt/nul.html"><span style="color: #0000ff; font-weight: bold;">nul</span></a> <span style="color: #33cc33;">&amp;</span>amp;<span style="color: #33cc33;">&amp;</span>amp; <a href="http://www.ss64.com/nt/goto.html"><span style="color: #00b100; font-weight: bold;">goto</span></a>:END<br />
<span style="color: #b100b1; font-style: italic;"><br />
:: Listed in help so find file in System32</span><br />
<br />
<a href="http://www.ss64.com/nt/for.html"><span style="color: #00b100; font-weight: bold;">for</span></a> <span style="color: #33cc33;">%%</span><span style="color: #448888;">a</span> <a href="http://www.ss64.com/nt/in.html"><span style="color: #00b100; font-weight: bold;">in</span></a> <span style="color: #33cc33;">(</span>exe com<span style="color: #33cc33;">)</span> <a href="http://www.ss64.com/nt/do.html"><span style="color: #00b100; font-weight: bold;">do</span></a> <span style="color: #33cc33;">(</span><br />
<a href="http://www.ss64.com/nt/if.html"><span style="color: #00b100; font-weight: bold;">if</span></a> /i &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">WF</span><span style="color: #33cc33;">%</span>&quot;==&quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">windir</span><span style="color: #33cc33;">%</span>\system32\<span style="color: #33cc33;">%</span><span style="color: #448888;">~1</span>.<span style="color: #33cc33;">%%</span><span style="color: #448888;">a</span>&quot; <a href="http://www.ss64.com/nt/goto.html"><span style="color: #00b100; font-weight: bold;">goto</span></a>:END<span style="color: #33cc33;">)</span><br />
<span style="color: #b100b1; font-style: italic;"><br />
:: File not in System32, so must be an internal command</span><br />
<br />
<a href="http://www.ss64.com/nt/set.html"><span style="color: #b1b100; font-weight: bold;">set</span></a> WF=&quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">~1</span>&quot; is an internal command<br />
<br />
:<span style="color: #b100b1; font-weight: bold;">END</span><br />
<a href="http://www.ss64.com/nt/if.html"><span style="color: #00b100; font-weight: bold;">if</span></a> <a href="http://www.ss64.com/nt/defined.html"><span style="color: #000000; font-weight: bold;">defined</span></a> WF <span style="color: #33cc33;">(</span><a href="http://www.ss64.com/nt/echo.html"><span style="color: #b1b100; font-weight: bold;">echo</span></a>.<span style="color: #33cc33;">%</span><span style="color: #448888;">WF</span><span style="color: #33cc33;">%)</span> <a href="http://www.ss64.com/nt/else.html"><span style="color: #00b100; font-weight: bold;">else</span></a> <span style="color: #33cc33;">(</span><br />
<a href="http://www.ss64.com/nt/echo.html"><span style="color: #b1b100; font-weight: bold;">echo</span></a> The file: &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">~1</span>&quot; was <a href="http://www.ss64.com/nt/not.html"><span style="color: #000000; font-weight: bold;">not</span></a> found<span style="color: #33cc33;">)</span><br />
<span style="color: #b100b1; font-style: italic;"><br />
:: Credits:</span><br />
<span style="color: #b100b1; font-style: italic;">:: Clay Calvert</span><br />
<span style="color: #b100b1; font-style: italic;">:: alt.msdos.batch.nt</span></div></div>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20090921%2Fwhich-command-for-dos.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20090921/which-command-for-dos.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="WHICH command for DOS" data-url="http://www.memosoup.com/20090921/which-command-for-dos.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20090921/which-command-for-dos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

