<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: XP batch files: Create variable for current user account and find current user</title>
	<atom:link href="http://www.tech-recipes.com/rx/1906/xp_batch_files_create_variable_current_user_account_finding_current_user/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1906/xp_batch_files_create_variable_current_user_account_finding_current_user/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/1906/xp_batch_files_create_variable_current_user_account_finding_current_user/comment-page-1/#comment-3332</link>
		<dc:creator></dc:creator>
		<pubDate>Thu, 29 Mar 2007 17:28:03 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3332</guid>
		<description>Hi

I can&#039;t see your batch file, but in this example

@echo off
Echo Current user:  %USERNAME% &gt;  &quot;%USERPROFILE%%USERNAME%.txt&quot;

&lt;Note: the Echo line is supposed to be on 1 line if it does not show on 1 line&gt;

A text file will be created in the current users profile folder with their username as the file name with the text Current user: &lt;username&gt;

In XP, this would be in C:Documents and Settings&lt;username&gt;
In Vista, this would be C:Users&lt;username&gt;

Hope this is what you were looking for.

RLJ</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I can&#8217;t see your batch file, but in this example</p>
<p>@echo off<br />
Echo Current user:  %USERNAME% &gt;  &#8220;%USERPROFILE%%USERNAME%.txt&#8221;</p>
<p>&lt;Note: the Echo line is supposed to be on 1 line if it does not show on 1 line&gt;</p>
<p>A text file will be created in the current users profile folder with their username as the file name with the text Current user: &lt;username&gt;</p>
<p>In XP, this would be in C:Documents and Settings&lt;username&gt;<br />
In Vista, this would be C:Users&lt;username&gt;</p>
<p>Hope this is what you were looking for.</p>
<p>RLJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/1906/xp_batch_files_create_variable_current_user_account_finding_current_user/comment-page-1/#comment-3322</link>
		<dc:creator></dc:creator>
		<pubDate>Wed, 21 Mar 2007 14:16:44 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3322</guid>
		<description>:lol:  I need this file (or one like it) in a BAD way right now.....but this one did NOT work as advertised. I&#039;m sure there&#039;s just a teeny adjustment needed in the syntax. Can someone read the syntax and help? Or tell me why it does NOT place a (username).txt file ANYWHERE in the logged-on user&#039;s profile?
&lt;em&gt;&lt;strong&gt;THANX!&lt;/strong&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>:lol:  I need this file (or one like it) in a BAD way right now&#8230;..but this one did NOT work as advertised. I&#8217;m sure there&#8217;s just a teeny adjustment needed in the syntax. Can someone read the syntax and help? Or tell me why it does NOT place a (username).txt file ANYWHERE in the logged-on user&#8217;s profile?<br />
<em><strong>THANX!</strong></em></p>
]]></content:encoded>
	</item>
</channel>
</rss>
