<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Quick Tip: Add More Destinations to the &#8220;Send To&#8221; in Windows</title>
	<atom:link href="http://awads.net/wp/2006/09/12/quick-tip-add-more-destinations-to-the-send-to-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2006/09/12/quick-tip-add-more-destinations-to-the-send-to-in-windows/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Fri, 21 Nov 2008 05:00:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Mark Russell</title>
		<link>http://awads.net/wp/2006/09/12/quick-tip-add-more-destinations-to-the-send-to-in-windows/#comment-49986</link>
		<dc:creator>Mark Russell</dc:creator>
		<pubDate>Tue, 12 Sep 2006 16:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/09/12/quick-tip-add-more-destinations-to-the-send-to-in-windows/#comment-49986</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;to take it a step further, create a .bat file to process the selected file, so instead of opening the file in notepad the example below will tkprof your trace file, you can do it with all sorts of things e.g. ifcmp60&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;

&lt;p&gt;Mark&lt;/p&gt;

&lt;p&gt;@echo off&lt;/p&gt;

&lt;p&gt;TITLE Tkprof a trace file sorted by PRSDSK Number of physical reads from disk during parse&lt;/p&gt;

&lt;p&gt;@echo.
@echo. +----------------------------------------------------------
@echo. [ Tkprof trace files sorted by PRSDSK Number of physical reads from disk during parse&lt;/p&gt;

&lt;p&gt;@echo. +----------------------------------------------------------
@echo.&lt;/p&gt;

&lt;p&gt;@echo. Prof'ing
 FOR %%F IN (%*) DO tkprof %%F %%F".tkp" sort=prsdsk&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>to take it a step further, create a .bat file to process the selected file, so instead of opening the file in notepad the example below will tkprof your trace file, you can do it with all sorts of things e.g. ifcmp60</p>
<p>Cheers</p>
<p>Mark</p>
<p>@echo off</p>
<p>TITLE Tkprof a trace file sorted by PRSDSK Number of physical reads from disk during parse</p>
<p>@echo.<br />
@echo. +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
@echo. [ Tkprof trace files sorted by PRSDSK Number of physical reads from disk during parse</p>
<p>@echo. +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
@echo.</p>
<p>@echo. Prof&#8217;ing<br />
 FOR %%F IN (%*) DO tkprof %%F %%F&#8221;.tkp&#8221; sort=prsdsk</p>
]]></content:encoded>
	</item>
</channel>
</rss>
