<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - VS 2008 Start Options Bug</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - VS 2008 Start Options Bug</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 00:15:50 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 00:15:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>6</c9:totalResults>
	<c9:pageCount>-6</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p>In a VS C# 2008 project, I've found a problem with piping console output to a file.<br /><br />For example, in the project settings, debug tab, start options, and command line arguments:<br /><br />If I try to pipe to a file like this:<br /><br />ExamineSTPErrorLogs &gt; report.txt<br /><br />which is something that worked in VS 2005, the &quot;&gt; report.txt&quot; is showing as a parameter to the console application.<br /><br />But the expected behavior is that this should be piped to a file.<br /><br />If I would have used:<br /><br />ExamineSTPErrorLogs &quot;&gt;&quot; report.txt<br /><br /><br />I would expect &quot;&gt;&quot; and &quot;report&quot; to be used as command line parameters.<br /><br />Is there some kind of hack so this can be made to work correctly?<br /><br />Otherwise I'll have to downgrade. Upmh!<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/261964#261964</link>
		<pubDate>Mon, 31 Mar 2008 17:49:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/261964#261964</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p>Is there a good reason why you can't use the output window? If your program is writing to Console.Out rather than a parameterised stream you should consider some code changes to rectify it.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/d0273958c6f64de482c29dfa00c32037#d0273958c6f64de482c29dfa00c32037</link>
		<pubDate>Mon, 31 Mar 2008 19:22:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/d0273958c6f64de482c29dfa00c32037#d0273958c6f64de482c29dfa00c32037</guid>
		<dc:creator>evildictaitor</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/evildictaitor/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p>have you tried escaping the '&gt;' (stream redirection) character ?<br /><br />eg&nbsp; <b>^&gt;</b>&nbsp;&nbsp; or &nbsp; <b>%&gt;</b>&nbsp; <br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/00999afd5d144c5993bd9dfa00c320ab#00999afd5d144c5993bd9dfa00c320ab</link>
		<pubDate>Mon, 31 Mar 2008 21:37:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/00999afd5d144c5993bd9dfa00c320ab#00999afd5d144c5993bd9dfa00c320ab</guid>
		<dc:creator>RichardRudek</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/RichardRudek/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">RichardRudek wrote:</div>
<div class="quoteBody">&#65279;have you tried escaping the '&gt;' (stream redirection) character ?<br /><br />eg&nbsp; <b>^&gt;</b>&nbsp;&nbsp; or &nbsp; <b>%&gt;</b>&nbsp; <br /></div>
</blockquote>
<br /><br />Both escaping methods show up as args as:<br /><br />&quot;^&gt;&quot; &quot;report.txt&quot;<br /><br />and<br /><br />&quot;%&gt;&quot; &quot;report.txt&quot;<br /><br />I think there's a bug in VS 2008 that is treating arguments as parameters and not following the existing functionality of the previous version.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/70b25040e2984219bb859dfa00c32124#70b25040e2984219bb859dfa00c32124</link>
		<pubDate>Mon, 31 Mar 2008 23:45:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/70b25040e2984219bb859dfa00c32124#70b25040e2984219bb859dfa00c32124</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p>You might need to use a batch file then.<br /><br />PS: I don't have VS2008, so I can't experiment...<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/95ec440e9d1143c4acd49dfa00c3219f#95ec440e9d1143c4acd49dfa00c3219f</link>
		<pubDate>Mon, 31 Mar 2008 23:49:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/95ec440e9d1143c4acd49dfa00c3219f#95ec440e9d1143c4acd49dfa00c3219f</guid>
		<dc:creator>RichardRudek</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/RichardRudek/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p>I should add I'm using VS 2008 Team Suite Edition.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/8131fbff88614e95a5c09dfa00c32216#8131fbff88614e95a5c09dfa00c32216</link>
		<pubDate>Tue, 01 Apr 2008 01:36:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/8131fbff88614e95a5c09dfa00c32216#8131fbff88614e95a5c09dfa00c32216</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>