<?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: RG017 &#8211; Automation Manager Tips &amp; Tricks</title>
	<atom:link href="http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/feed/" rel="self" type="application/rss+xml" />
	<link>http://resguru.com</link>
	<description>Making Harry become Sally every now and then! ;-)</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:40:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rene de Goeij</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-159</link>
		<dc:creator>Rene de Goeij</dc:creator>
		<pubDate>Wed, 28 Apr 2010 06:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-159</guid>
		<description>sorry

cg@[substring($[firstname],1,1)]@[substring($[lastname],1,6)]</description>
		<content:encoded><![CDATA[<p>sorry</p>
<p>cg@[substring($[firstname],1,1)]@[substring($[lastname],1,6)]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene de Goeij</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-158</link>
		<dc:creator>Rene de Goeij</dc:creator>
		<pubDate>Wed, 28 Apr 2010 06:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-158</guid>
		<description>i forgot some brackets
cg@substring($[firstname],1,1)@substring($[lastname],1,6)

should be

cg@[substring]($[firstname],1,1)@[substring]($[lastname],1,6)</description>
		<content:encoded><![CDATA[<p>i forgot some brackets<br />
cg@substring($[firstname],1,1)@substring($[lastname],1,6)</p>
<p>should be</p>
<p>cg@[substring]($[firstname],1,1)@[substring]($[lastname],1,6)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RESguru</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-157</link>
		<dc:creator>RESguru</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-157</guid>
		<description>That sound really odd. If I were you, I would make sure I can replicate the issue, then contact RES Support.

Cheers,
Max</description>
		<content:encoded><![CDATA[<p>That sound really odd. If I were you, I would make sure I can replicate the issue, then contact RES Support.</p>
<p>Cheers,<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene de Goeij</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-156</link>
		<dc:creator>Rene de Goeij</dc:creator>
		<pubDate>Mon, 26 Apr 2010 12:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-156</guid>
		<description>i was trying to create user in ad with login name i would like to do the following

cg@substring($[firstname],1,1)@substring($[lastname],1,6)

to get bv cgjlinsse   for Jan Linssen

but then i get message that i reached 20 characters limit</description>
		<content:encoded><![CDATA[<p>i was trying to create user in ad with login name i would like to do the following</p>
<p>cg@substring($[firstname],1,1)@substring($[lastname],1,6)</p>
<p>to get bv cgjlinsse   for Jan Linssen</p>
<p>but then i get message that i reached 20 characters limit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RESguru</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-16</link>
		<dc:creator>RESguru</dc:creator>
		<pubDate>Tue, 10 Feb 2009 21:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-16</guid>
		<description>Hi Domino1270.
You should be able to do this using the function
@substring(%variable%,1,1) in Wisdom 2009.

/TRG</description>
		<content:encoded><![CDATA[<p>Hi Domino1270.<br />
You should be able to do this using the function<br />
@substring(%variable%,1,1) in Wisdom 2009.</p>
<p>/TRG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domino1270</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-14</link>
		<dc:creator>Domino1270</dc:creator>
		<pubDate>Mon, 09 Feb 2009 23:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-14</guid>
		<description>Great info!!! Very nice list of &quot;Easter Eggs&quot;.  Has anyone stumbled across the current method of grabbing parts of variables?  If, for example, I wish to create a username based on the first initial of the first name and the first five letters of the last name.  I think that info would be a nice add to this list.</description>
		<content:encoded><![CDATA[<p>Great info!!! Very nice list of &#8220;Easter Eggs&#8221;.  Has anyone stumbled across the current method of grabbing parts of variables?  If, for example, I wish to create a username based on the first initial of the first name and the first five letters of the last name.  I think that info would be a nice add to this list.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

