<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Club Penguin Commando Army</title>
	<atom:link href="http://thecpcommandos.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecpcommandos.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 14 Sep 2009 22:08:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thecpcommandos.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Club Penguin Commando Army</title>
		<link>http://thecpcommandos.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thecpcommandos.wordpress.com/osd.xml" title="The Club Penguin Commando Army" />
	<atom:link rel='hub' href='http://thecpcommandos.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Here</title>
		<link>http://thecpcommandos.wordpress.com/2009/09/14/here/</link>
		<comments>http://thecpcommandos.wordpress.com/2009/09/14/here/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 22:08:02 +0000</pubDate>
		<dc:creator>ℓєтнaℓ ∂єѕιgηѕ</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thecpcommandos.wordpress.com/2009/09/14/here/</guid>
		<description><![CDATA[@echo off :home title Nacho Army Program color 07 cls echo. echo Cmd Accounts echo ============= echo. echo 1) Log In echo 2) Sign Up echo 3) Exit echo. set /p op= if %op%==1 goto 1 if %op%==2 goto 2 if %op%==3 goto 3 goto error :2 cls echo Sign Up echo ====================================== echo. set [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thecpcommandos.wordpress.com&amp;blog=8683229&amp;post=37&amp;subd=thecpcommandos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>@echo off<br />
:home<br />
title Nacho Army Program<br />
color 07<br />
cls<br />
echo.<br />
echo Cmd Accounts<br />
echo =============<br />
echo.<br />
echo 1) Log In<br />
echo 2) Sign Up<br />
echo 3) Exit<br />
echo.<br />
set /p op=<br />
if %op%==1 goto 1<br />
if %op%==2 goto 2<br />
if %op%==3 goto 3<br />
goto error<br />
:2<br />
cls<br />
echo Sign Up<br />
echo ======================================<br />
echo.<br />
set /p newname=&#8221;Enter new username:&#8221;<br />
if &#8220;%newname%&#8221;==&#8221;%newname%&#8221; goto inputname<br />
:inputname<br />
cd &#8220;%userprofile%\documents&#8221;<br />
if exist &#8220;cmdacoBin&#8221; goto skip<br />
if not exist &#8220;cmdacoBin&#8221; goto noskip<br />
:noskip<br />
md &#8220;cmdacoBin&#8221;<br />
goto skip<br />
:skip<br />
cd &#8220;%userprofile%\documents\cmdacoBin&#8221;<br />
if exist &#8220;%newname%.bat&#8221; goto namexist<br />
if not exist &#8220;%newname%.bat&#8221; goto skip2<br />
:skip2<br />
echo set realusername=%newname%&gt; &#8220;%newname%.bat&#8221;<br />
goto next<br />
:next<br />
echo.<br />
set /p pswd=Enter new Password:<br />
if &#8220;%pswd%&#8221;==&#8221;%pswd%&#8221; goto inputpass<br />
:inputpass<br />
cd &#8220;%userprofile%\documents\cmdacoBin&#8221;<br />
echo set password=%pswd%&gt;&gt; &#8220;%newname%.bat&#8221;<br />
goto next1<br />
:namexist<br />
echo.<br />
echo The entered username already exists.<br />
echo Press any key to return. . .<br />
pause &gt;nul<br />
goto 2<br />
:next1<br />
cls<br />
echo Cmd Accounts<br />
echo ============<br />
echo.<br />
echo Your account has been successfully created!<br />
echo.<br />
pause<br />
goto home<br />
:1<br />
color 07<br />
cls<br />
echo Cmd Accounts Log In<br />
echo ================================<br />
echo.<br />
Set /p logname=Username:<br />
if &#8220;%logname%&#8221;==&#8221;%logname%&#8221; goto 2.1<br />
:2.1<br />
echo.<br />
set /p logpass=&#8221;Password:&#8221;<br />
if &#8220;%logpass%&#8221;==&#8221;%logpass%&#8221; goto login<br />
:login<br />
cd &#8220;%userprofile%\documents\cmdacoBin&#8221;<br />
if exist &#8220;%logname%.bat&#8221; goto call<br />
if not exist &#8220;%logname%.bat&#8221; goto errorlog<br />
:call<br />
call &#8220;%logname%.bat&#8221;<br />
if &#8220;%password%&#8221;==&#8221;%logpass%&#8221; goto logdone<br />
goto errorlog<br />
:errorlog<br />
color 0c<br />
echo.<br />
echo Username or Password incorrect.<br />
echo Access denied.<br />
pause &gt;nul<br />
goto home<br />
:logdone<br />
cls<br />
echo Nacho Accounts<br />
echo ============<br />
echo.<br />
echo Successfully logged in!<br />
echo.<br />
pause</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thecpcommandos.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thecpcommandos.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thecpcommandos.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thecpcommandos.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thecpcommandos.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thecpcommandos.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thecpcommandos.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thecpcommandos.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thecpcommandos.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thecpcommandos.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thecpcommandos.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thecpcommandos.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thecpcommandos.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thecpcommandos.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thecpcommandos.wordpress.com&amp;blog=8683229&amp;post=37&amp;subd=thecpcommandos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thecpcommandos.wordpress.com/2009/09/14/here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cad434ec9de7e8291483c8b60f3191fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">мιѕѕιση.¢σηтяσℓ</media:title>
		</media:content>
	</item>
		<item>
		<title>Club Penguin Recruiting Terms</title>
		<link>http://thecpcommandos.wordpress.com/2009/07/27/club-penguin-recruiting-terms/</link>
		<comments>http://thecpcommandos.wordpress.com/2009/07/27/club-penguin-recruiting-terms/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 20:48:00 +0000</pubDate>
		<dc:creator>ℓєтнaℓ ∂єѕιgηѕ</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thecpcommandos.wordpress.com/?p=27</guid>
		<description><![CDATA[If you wish to recruit on CP, say &#8220;Search The ClubPenguin Commando Army to join&#8221;. Make sure to recruit on Club Penguin chats too! If you know an army that will advirtise us, the link for our banner is: http://i237.photobucket.com/albums/ff179/RPF-General-AkaBob22/Advirtise.png<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thecpcommandos.wordpress.com&amp;blog=8683229&amp;post=27&amp;subd=thecpcommandos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you wish to recruit on CP, say &#8220;Search The ClubPenguin Commando Army to join&#8221;. Make sure to recruit on Club Penguin chats too! If you know an army that will advirtise us, the link for our banner is: http://i237.photobucket.com/albums/ff179/RPF-General-AkaBob22/Advirtise.png</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thecpcommandos.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thecpcommandos.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thecpcommandos.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thecpcommandos.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thecpcommandos.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thecpcommandos.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thecpcommandos.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thecpcommandos.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thecpcommandos.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thecpcommandos.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thecpcommandos.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thecpcommandos.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thecpcommandos.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thecpcommandos.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thecpcommandos.wordpress.com&amp;blog=8683229&amp;post=27&amp;subd=thecpcommandos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thecpcommandos.wordpress.com/2009/07/27/club-penguin-recruiting-terms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cad434ec9de7e8291483c8b60f3191fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">мιѕѕιση.¢σηтяσℓ</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to the Club Peguin Commandos</title>
		<link>http://thecpcommandos.wordpress.com/2009/07/22/hello-world/</link>
		<comments>http://thecpcommandos.wordpress.com/2009/07/22/hello-world/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:04:47 +0000</pubDate>
		<dc:creator>ℓєтнaℓ ∂єѕιgηѕ</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to the Club Penguin Commandos! This is a Club Penguin Army that fights for the good of the people. Our motto is &#8220;You can&#8217;t win the war if you don&#8217;t join the fight!&#8221; I hope you join The Commandos.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thecpcommandos.wordpress.com&amp;blog=8683229&amp;post=1&amp;subd=thecpcommandos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to the Club Penguin Commandos! This is a Club Penguin Army that fights for the good of the people. Our motto is &#8220;You can&#8217;t win the war if you don&#8217;t join the fight!&#8221; I hope you join The Commandos.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thecpcommandos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thecpcommandos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thecpcommandos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thecpcommandos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thecpcommandos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thecpcommandos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thecpcommandos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thecpcommandos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thecpcommandos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thecpcommandos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thecpcommandos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thecpcommandos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thecpcommandos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thecpcommandos.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thecpcommandos.wordpress.com&amp;blog=8683229&amp;post=1&amp;subd=thecpcommandos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thecpcommandos.wordpress.com/2009/07/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cad434ec9de7e8291483c8b60f3191fd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">мιѕѕιση.¢σηтяσℓ</media:title>
		</media:content>
	</item>
	</channel>
</rss>
