<?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>Pavel Chuchuva &#187; far-manager</title>
	<atom:link href="http://chuchuva.com/pavel/tag/far-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://chuchuva.com/pavel</link>
	<description>Blog about software</description>
	<lastBuildDate>Mon, 16 Jan 2012 10:02:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to open HTML files with Visual Studio from Far Manager</title>
		<link>http://chuchuva.com/pavel/2012/01/how-to-open-html-files-with-visual-studio-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2012/01/how-to-open-html-files-with-visual-studio-from-far-manager/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:02:07 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=264</guid>
		<description><![CDATA[Occasionally I want to edit plain HTML file in Visual Studio. You know, those files with .htm or .html extension. Normally pressing Enter in Far Manager opens them in a browser. This is what I want most of the time, &#8230; <a href="http://chuchuva.com/pavel/2012/01/how-to-open-html-files-with-visual-studio-from-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Occasionally I want to edit plain HTML file in Visual Studio. You know, those files with .htm or .html extension. Normally pressing Enter in Far Manager opens them in a browser. This is what I want most of the time, so let&#8217;s keep it.</p>
<p>Idea: let&#8217;s use F4 key to open file in Visual Studio.</p>
<p>Here&#8217;s how to achieve it:</p>
<p>* Open Commands menu, select File associations.<br />
* Add new association, enter *.htm;*.html as a mask. Enter this command for F4:</p>
<pre><code>"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /edit "!.!"</code></pre>
<p><img class="alignnone size-full wp-image-265" src="http://chuchuva.com/pavel/images/2012/01/far-file-associations.png" alt="" width="727" height="389" /></p>
<p>Change path to devenv.exe if you have different version of Visual Studio.</p>
<p>Note the /edit parameter. It makes Visual Studio to re-use existing window if it is alredy running. Visual Studio is not exactly a lightweight editor so let&#8217;s be efficient here.</p>
<p>What if you want to open HTML file in internal Far editor? Simple: press Alft+F4.</p>
<p><strong>Reference:</strong></p>
<p><a href="http://msdn.microsoft.com/en-us/library/xee0c8y7.aspx">Devenv Command Line Switches</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2012/01/how-to-open-html-files-with-visual-studio-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detaching Far Manager from long-running process on Windows 7</title>
		<link>http://chuchuva.com/pavel/2010/10/detaching-far-manager-from-long-running-process-on-windows-7/</link>
		<comments>http://chuchuva.com/pavel/2010/10/detaching-far-manager-from-long-running-process-on-windows-7/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 10:29:49 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=221</guid>
		<description><![CDATA[OccasionallyÂ I launch a program from Far Manager that takes very long to complete. Normally you can use Ctrl+Alt+Tab to &#8220;detach&#8221; Far from a running process. Technical note #27 explains this well: If a long-running process (for example, archiving) was run &#8230; <a href="http://chuchuva.com/pavel/2010/10/detaching-far-manager-from-long-running-process-on-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OccasionallyÂ I launch a program from Far Manager that takes very long to complete. Normally you can use Ctrl+Alt+Tab to &#8220;detach&#8221; Far from a running process.<a href="http://www.farmanager.com/svn/trunk/docs/ENG/TechInfo.txt"> Technical note #27</a> explains this well:</p>
<blockquote><p>If a long-running process (for example, archiving) was run in a FAR console, and for some reasons this very instance of FAR is needed (an editor in the background) or it is undesirable to run a new instance ofFAR, pressing this key combination will create a new console for FAR where it will continue running as if the process has already ended, and the process will continue working in the old console.</p></blockquote>
<p>Unfortunately this doesn&#8217;t work on Windows 7. Instead of detaching you get Windows task switcher:</p>
<p><img class="alignnone size-full wp-image-222" src="http://chuchuva.com/pavel/images/2010/10/windows-7-task-switcher.jpg" alt="Windows 7 task switcher" width="622" height="198" /></p>
<p>Interestingly the switcher is in &#8220;sticky&#8221; mode. It doesn&#8217;t disappear when you release keys. You can use arrow keys to select a window.</p>
<p>The fix is easy:</p>
<ol>
<li>Start regedit, open HKCU\Software\far2\System key.</li>
<li>CreateÂ ConsoleDetachKey string value, set it to some keyboard shortcut. I use CtrlAltX.</li>
<li>Restart Far Manager</li>
</ol>
<p>To test it try executing this command from Far:</p>
<pre><code>ping google.com -t</code></pre>
<p>Press Ctrl+Alt+X to get back to Far without stopping pings.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/10/detaching-far-manager-from-long-running-process-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to safely remove USB flash drive with Far Manager</title>
		<link>http://chuchuva.com/pavel/2010/05/how-to-safely-remove-usb-flash-drive-with-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2010/05/how-to-safely-remove-usb-flash-drive-with-far-manager/#comments</comments>
		<pubDate>Mon, 10 May 2010 12:44:06 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=186</guid>
		<description><![CDATA[Do you have one of these: When you finish copying files from and to your USB flash drive you need to safely remove it, otherwise you risk losing data. Normally you do this by clicking icon with green arrow in &#8230; <a href="http://chuchuva.com/pavel/2010/05/how-to-safely-remove-usb-flash-drive-with-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Do you have one of these:<br />
<img class="alignnone size-full wp-image-187" src="http://chuchuva.com/pavel/images/2010/05/usb-flash-drive.jpg" alt="USB flash drive" width="500" height="340" /><br />
When you finish copying files from and to your USB flash drive you need to safely remove it, otherwise you risk losing data. Normally you do this by clicking icon with green arrow in system tray:<br />
<img class="alignnone size-full wp-image-189" src="http://chuchuva.com/pavel/images/2010/05/safely-remove-hardware.png" alt="" width="159" height="53" /></p>
<p>You can do the same with Far Manager. Open drive menu (Alt+F1 or Alt+F2), select your flash drive and press Shift+Del. You should get this confirmation:<br />
<img class="alignnone size-full wp-image-190" src="http://chuchuva.com/pavel/images/2010/05/far-device-removal.png" alt="" width="440" height="180" /><br />
Select &#8220;Remove&#8221; and you&#8217;re done. Note that the key combo (Shift+Del) is different from <a href="http://chuchuva.com/pavel/2010/01/trick-eject-cd-dvd-from-far-manager/">ejecting CD/DVD</a> (Del).</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/05/how-to-safely-remove-usb-flash-drive-with-far-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhancement to launching PowerShell scripts from Far Manager</title>
		<link>http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 10:16:56 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=144</guid>
		<description><![CDATA[The method of launching PowerShell scripts from Far Manager I have described previously has 2 important drawbacks: You can&#8217;t pass arguments to the script, and You can&#8217;t launch script in a separate window Here&#8217;s how to fix this: Start regedit, &#8230; <a href="http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The method of <a href="http://chuchuva.com/pavel/2009/08/how-to-run-powershell-scripts-from-far-manager/">launching PowerShell scripts from Far Manager</a> I have described previously has 2 important drawbacks:</p>
<ol>
<li>You can&#8217;t pass arguments to the script, and</li>
<li>You can&#8217;t launch script in a separate window</li>
</ol>
<p>Here&#8217;s how to fix this:</p>
<ol>
<li>Start regedit, open HKCR\Microsoft.PowerShellScript.1\shell\Open\command key</li>
<li>Set it to<br />
<code>"C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe" "-file" "%1" %*</code></li>
</ol>
<p>Now you can press Shift+Enter to start PowerShell script in a new window.</p>
<p>As a bonus, you can now double-click .ps1 files in Windows Explorer to launch them. Why is this not a default behaviour? Most likely Microsoft decided to be extra cautious here.</p>
<p>Make sure you have Powershell version 2.0 or higher for this to work. <a href="http://powershell.com/cs/blogs/tips/archive/2009/09/11/which-powershell-version-am-i-running.aspx">How to check Powershell version</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to open .docx and .xlsx files from Far Manager</title>
		<link>http://chuchuva.com/pavel/2010/01/how-to-open-docx-and-xlsx-files-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2010/01/how-to-open-docx-and-xlsx-files-from-far-manager/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 09:34:01 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=117</guid>
		<description><![CDATA[If you try to open Office 2007 document (.docx or .xlsx) in Far Manager it will simply open them as a ZIP archive. Clearly, that&#8217;s not what you want. Here&#8217;s how to fix it: Go to Commands â€º File association. &#8230; <a href="http://chuchuva.com/pavel/2010/01/how-to-open-docx-and-xlsx-files-from-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you try to open Office 2007 document (.docx or .xlsx) in Far Manager it will simply open them as a ZIP archive. Clearly, that&#8217;s not what you want. Here&#8217;s how to fix it:</p>
<ol>
<li>Go to Commands â€º File association.</li>
<li>Create a new association by pressing Ins.</li>
<li>Enter <code>*.doc;*.docx;*.xlsx;*.pptx</code> as a mask.</li>
<li>Enter <code>@"!.!"</code> as Execute command (used for Enter).</li>
</ol>
<p><img class="alignnone size-full wp-image-118" src="http://chuchuva.com/pavel/images/2010/01/far-file-associations.png" alt="File associations in Far Manager" width="483" height="216" /></p>
<p>You can still open docx file as an archive by pressing Ctrl+PgDn.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/01/how-to-open-docx-and-xlsx-files-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Trick: eject CD/DVD from Far Manager</title>
		<link>http://chuchuva.com/pavel/2010/01/trick-eject-cd-dvd-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2010/01/trick-eject-cd-dvd-from-far-manager/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 09:41:21 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=105</guid>
		<description><![CDATA[This is a nice trick: in Far Manager, invoke drive menu by pressing Alt+F1: Select CD-ROM and press Delete. CD/DVD will get ejected. You can also press Del key on network drives to unmap them.]]></description>
			<content:encoded><![CDATA[<p>This is a nice trick: in Far Manager, invoke drive menu by pressing Alt+F1:</p>
<p><img class="alignnone size-full wp-image-106" title="far-drive-menu" src="http://chuchuva.com/pavel/images/2010/01/far-drive-menu.png" alt="far-drive-menu" width="240" height="234" /></p>
<p>Select CD-ROM and press Delete. CD/DVD will get ejected.</p>
<p>You can also press Del key on network drives to unmap them.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/01/trick-eject-cd-dvd-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Middle-click in Far Manager 2</title>
		<link>http://chuchuva.com/pavel/2009/12/middle-click-in-far-manager-2/</link>
		<comments>http://chuchuva.com/pavel/2009/12/middle-click-in-far-manager-2/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 10:44:26 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=98</guid>
		<description><![CDATA[In Far Manager 1.70 you could browse folders with mouse wheel. Rotating wheel would scroll up and down. Middle-click would open a folder. But version 2.0 disables middle-click. Boo! Never take away features from users. Fortunately it&#8217;s very easy to &#8230; <a href="http://chuchuva.com/pavel/2009/12/middle-click-in-far-manager-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In Far Manager 1.70 you could browse folders with mouse wheel. Rotating wheel would scroll up and down. Middle-click would open a folder. But version 2.0 disables middle-click. Boo! Never take away features from users.</p>
<p><img class="alignnone size-full wp-image-99" src="http://chuchuva.com/pavel/images/2009/12/mouse-wheel.jpg" alt="Mouse wheel" width="500" height="333" /></p>
<p>Fortunately it&#8217;s very easy to restore this functionality:</p>
<ol>
<li>Launch [C:\Program Files\Far2\Addons\Macros\MiddleClickAsEnter.reg]. If you don&#8217;t have this folder re-install Far and add Addons Â» Macros feature.</li>
<li>Restart Far Manager.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2009/12/middle-click-in-far-manager-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change Far Manager&#8217;s font and window size</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-change-far-manager-font-and-window-size/</link>
		<comments>http://chuchuva.com/pavel/2009/12/how-to-change-far-manager-font-and-window-size/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 08:41:23 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=93</guid>
		<description><![CDATA[Freshly installed Far Manager looks um&#8230; small: Here&#8217;s how to make its window bigger: Right-click on the window title, select Properties Switch to Font tab Select a bigger font. I prefer raster font 10 x 18. (optional) Switch to Layout &#8230; <a href="http://chuchuva.com/pavel/2009/12/how-to-change-far-manager-font-and-window-size/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Freshly installed Far Manager looks um&#8230; small:<br />
<img class="alignnone size-full wp-image-94" src="http://chuchuva.com/pavel/images/2009/12/far-manager-small.png" alt="" width="652" height="338" /></p>
<p>Here&#8217;s how to make its window bigger:</p>
<ol>
<li>Right-click on the window title, select Properties</li>
<li>Switch to Font tab</li>
<li>Select a bigger font. I prefer raster font 10 x 18.</li>
<li>(optional) Switch to Layout tab and change window size there. I leave it as 80 x 25.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2009/12/how-to-change-far-manager-font-and-window-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add context menu to Far Manager</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-add-context-menu-to-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2009/12/how-to-add-context-menu-to-far-manager/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:45:41 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=68</guid>
		<description><![CDATA[Sometimes I need to do something with file that Far Manager can&#8217;t help me with. Good example is changing file permissions. In these cases Windows Explorer context menu comes handy: If you want context menu in Far Manager you need &#8230; <a href="http://chuchuva.com/pavel/2009/12/how-to-add-context-menu-to-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes I need to do something with file that Far Manager can&#8217;t help me with. Good example is changing file permissions. In these cases Windows Explorer context menu comes handy:</p>
<p><img class="alignnone size-full wp-image-69" title="far-context-menu" src="http://chuchuva.com/pavel/images/2009/12/far-context-menu.png" alt="far-context-menu" width="385" height="277" /></p>
<p>If you want context menu in Far Manager you need EMenu plugin. Fortunately, it is included with Far by default. Here&#8217;s how to set it up:</p>
<ol>
<li>Execute [C:\Program Files\Far\Plugins\EMenu\Hotkey.reg]</li>
<li>Restart Far Manager</li>
<li>Open Options menu, then Plugins configuration. Select EMenu in the list.</li>
<li>Uncheck &#8220;Show message after execution&#8221;.</li>
</ol>
<p>Now <a href="http://en.wikipedia.org/wiki/Menu_key">Menu key</a> should invoke context menu. Nice trick is to select Send To &#8211; Mail Recipient to quickly open new email with the file attached.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2009/12/how-to-add-context-menu-to-far-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to run PowerShell scripts from Far Manager</title>
		<link>http://chuchuva.com/pavel/2009/08/how-to-run-powershell-scripts-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2009/08/how-to-run-powershell-scripts-from-far-manager/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:27:21 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=34</guid>
		<description><![CDATA[Let&#8217;s say you use Far Manager and want to launch PowerShell script. With default installation pressing Enter on PowerShell script in Far Manager will open the script in Notepad. Not very helpful. Here&#8217;s how to configure Far Manager to launch &#8230; <a href="http://chuchuva.com/pavel/2009/08/how-to-run-powershell-scripts-from-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you use Far Manager and want to launch PowerShell script. With default installation pressing Enter on PowerShell script in Far Manager will open the script in Notepad. Not very helpful.</p>
<p><img class="alignnone size-full wp-image-35" src="http://chuchuva.com/pavel/wp-content/uploads/2009/08/notepad.png" alt="" width="274" height="143" /></p>
<p>Here&#8217;s how to configure Far Manager to launch PowerShell script by pressing Enter key:</p>
<ol>
<li>Open Commands menu, select File associations.</li>
<li>Press Ins key to add new association.</li>
<li>Enter *.ps1 as file mask.</li>
<li>Enter the following as execute command:
<pre>powershell.exe -file "!.!"</pre>
</li>
</ol>
<p><img class="alignnone size-full wp-image-37" src="http://chuchuva.com/pavel/wp-content/uploads/2009/08/file-association.gif" alt="" width="498" height="232" /></p>
<p>Bonus: how to change colour of PowerShell scripts to green:</p>
<ol>
<li>Open Options menu, select Files highlighting.</li>
<li>Locate *.exe,*.com,*.bat entry, press Enter to edit.</li>
<li>Add *.ps1 to the list, select Ok to save.</li>
</ol>
<p><img class="alignnone size-full wp-image-38" src="http://chuchuva.com/pavel/wp-content/uploads/2009/08/powershell-far.png" alt="" width="403" height="181" /></p>
<p>See also: <a href="http://www.microsoft.com/technet/scriptcenter/topics/winpsh/manual/run.mspx">Running Windows PowerShell Scripts</a></p>
<p><strong>Update</strong>: there is an <a href="http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/">enhancement</a> that allows passing arguments to the script and launch script in a separate window.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2009/08/how-to-run-powershell-scripts-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

