<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for "Command Line"</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Thu, 15 May 2008 22:43:30 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Strip newline chars</title>
	<link>http://www.bytemycode.com/snippets/snippet/513/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/513/comments/</comments>
	<pubDate>Fri, 03 Nov 2006 12:07:53 +0000</pubDate>
	<dc:creator>jarfil</dc:creator>
	<category>"Command Line", Perl</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/513/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Fri. Nov. 3rd, 2006  12:07 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/513/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/jarfil/" title="Helper">jarfil</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Perl">Perl</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/513/comments/">2 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 5
			<p>I've found it kind of complicated to strip newline chars from a file with just the commandline. This tiny piece of code does just that.<br /><br />I've found it especially useful when extracting tabulated data from a grabbed site where each cell is on a different html line. This way I can pre-filter the html, remove the newlines, and insert them again at register boundaries (row end in this case), so that with just a couple more replacement from within a regex enabled text editor I can copy&paste it directly to a database.</p>
		]]>
	</description>
</item><item>
	<title>Mixed GUI/Command line parameters processing</title>
	<link>http://www.bytemycode.com/snippets/snippet/503/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/503/comments/</comments>
	<pubDate>Mon, 30 Oct 2006 02:15:33 +0000</pubDate>
	<dc:creator>SCoon</dc:creator>
	<category>"Command Line", GUI, Ruby, Tk</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/503/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Oct. 30th, 2006  2:15 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/503/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/SCoon/" title="Scripter">SCoon</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/GUI">GUI</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Ruby">Ruby</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Tk">Tk</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/503/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 5
			<p>This class illustrates mixed GUI/command line parameters passing. Any parameter may be specified in the command line. All unspecified parameters will be read using GUI dialog box.</p>
		]]>
	</description>
</item><item>
	<title>Reflection-based command line processor</title>
	<link>http://www.bytemycode.com/snippets/snippet/497/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/497/comments/</comments>
	<pubDate>Sat, 28 Oct 2006 18:03:21 +0000</pubDate>
	<dc:creator>SCoon</dc:creator>
	<category>"Command Line", Java, Reflection</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/497/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Sat. Oct. 28th, 2006  6:03 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/497/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/SCoon/" title="Scripter">SCoon</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Java">Java</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Reflection">Reflection</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/497/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 7
			<p>This class uses reflection to locate option setters. Client class must contains methods setFile (to receive file names from the command line) and setOption### (to receive option ###).<br /><br />(See also <a href='http://www.bytemycode.com/snippets/snippet/495/' target="_blank">adapter-based implementation</a>)</p>
		]]>
	</description>
</item><item>
	<title>Extendable command line processor</title>
	<link>http://www.bytemycode.com/snippets/snippet/495/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/495/comments/</comments>
	<pubDate>Sat, 28 Oct 2006 13:23:33 +0000</pubDate>
	<dc:creator>SCoon</dc:creator>
	<category>"Command Line"</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/495/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Sat. Oct. 28th, 2006  1:23 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/495/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/SCoon/" title="Scripter">SCoon</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/495/comments/">1 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 6
			<p>Extendable command line processor for console applications.</p>
		]]>
	</description>
</item><item>
	<title>Remote Admin automation</title>
	<link>http://www.bytemycode.com/snippets/snippet/153/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/153/comments/</comments>
	<pubDate>Thu, 02 Mar 2006 11:20:01 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>"Command Line", Radmin, VBSCRIPT</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/153/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Mar. 2nd, 2006  11:20 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/153/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Radmin">Radmin</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/VBSCRIPT">VBSCRIPT</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/153/comments/">1 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 4
			<p>start remote admin connection from command line</p>
		]]>
	</description>
</item><item>
	<title>Exchange offline backup</title>
	<link>http://www.bytemycode.com/snippets/snippet/133/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/133/comments/</comments>
	<pubDate>Thu, 02 Mar 2006 03:56:40 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>"Command Line", Backup, BATCH, CMD, exchange</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/133/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Mar. 2nd, 2006  3:56 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/133/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Backup">Backup</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/BATCH">BATCH</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/CMD">CMD</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/exchange">exchange</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/133/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 1
			<p>Automated offline backup for Exchange server.<br />Requires ROBOCOPY from NTRK or other copy utility.<br />Requires manual adjustments</p>
		]]>
	</description>
</item><item>
	<title>Kill Processes</title>
	<link>http://www.bytemycode.com/snippets/snippet/132/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/132/comments/</comments>
	<pubDate>Thu, 02 Mar 2006 03:51:44 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>"Command Line", BATCH, CMD, KILL</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/132/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Mar. 2nd, 2006  3:51 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/132/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/BATCH">BATCH</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/CMD">CMD</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/KILL">KILL</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/132/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 2
			<p>KillProc will do a search of all the current processes and kill all that<br />match the name given.  If the process name is misspelled, KillProc would<br />kill itself, based on the match.  The 'find /v /i "KillProc"' part of the<br />search prevents KillProc from killing the CMD window it is running in.<br /><br />Requires NT Resourcekit</p>
		]]>
	</description>
</item><item>
	<title>DelAll delete files and folders</title>
	<link>http://www.bytemycode.com/snippets/snippet/131/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/131/comments/</comments>
	<pubDate>Thu, 02 Mar 2006 03:44:59 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>"Command Line", BATCH, CMD, Delete</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/131/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Mar. 2nd, 2006  3:44 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/131/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/BATCH">BATCH</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/CMD">CMD</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Delete">Delete</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/131/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> -4
			<p>Deletes all files and folders from a directory, including read-only and<br />hidden files and folders.  DelAll starts in the directory you tell it,<br />removes all read-only and hidden attributes from all the files, removes<br />all of the subfolders and then all files therein.  When DelAll is done,<br />you will be left in the directory from which you called DelAll.  The<br />directory that you want cleaned will not be deleted.</p>
		]]>
	</description>
</item><item>
	<title>hidden shares</title>
	<link>http://www.bytemycode.com/snippets/snippet/130/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/130/comments/</comments>
	<pubDate>Thu, 02 Mar 2006 03:41:36 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>"Command Line", BATCH, CMD, share</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/130/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Mar. 2nd, 2006  3:41 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/130/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/BATCH">BATCH</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/CMD">CMD</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/share">share</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/130/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 4
			<p>Builds a batch file to create hidden shares for a bunch of sub-directories (eg, User shares)</p>
		]]>
	</description>
</item><item>
	<title>Change wins settings</title>
	<link>http://www.bytemycode.com/snippets/snippet/129/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/129/comments/</comments>
	<pubDate>Thu, 02 Mar 2006 03:36:50 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>"Command Line", BATCH, CMD, wins</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/129/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Mar. 2nd, 2006  3:36 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/129/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/BATCH">BATCH</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/CMD">CMD</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/wins">wins</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/129/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 4
			<p>Change wins settings for all nics</p>
		]]>
	</description>
</item><item>
	<title>Archief event log enteries</title>
	<link>http://www.bytemycode.com/snippets/snippet/124/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/124/comments/</comments>
	<pubDate>Wed, 01 Mar 2006 15:44:17 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>"Command Line", BATCH, CMD</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/124/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Wed. Mar. 1st, 2006  3:44 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/124/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/BATCH">BATCH</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/CMD">CMD</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/124/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 1
			<p>Archief event log enteries</p>
		]]>
	</description>
</item><item>
	<title>add users and groups</title>
	<link>http://www.bytemycode.com/snippets/snippet/123/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/123/comments/</comments>
	<pubDate>Wed, 01 Mar 2006 15:40:02 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>"Command Line", BATCH, CMD</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/123/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Wed. Mar. 1st, 2006  3:40 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/123/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/BATCH">BATCH</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/CMD">CMD</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/123/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 1
			<p>Add users and groups to all machines in a domai</p>
		]]>
	</description>
</item><item>
	<title>Command Line Calculator</title>
	<link>http://www.bytemycode.com/snippets/snippet/41/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/41/comments/</comments>
	<pubDate>Thu, 20 Oct 2005 18:22:24 +0000</pubDate>
	<dc:creator>mattrmiller</dc:creator>
	<category>"Command Line", C, Calculator</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/41/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Oct. 20th, 2005  6:22 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/41/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_coder.gif" align="middle" class="icon" alt="Coder" /> <a href="http://www.bytemycode.com/members/member/mattrmiller/" title="Coder">mattrmiller</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22Command+Line%22">"Command Line"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/C">C</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Calculator">Calculator</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/41/comments/">4 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 2
			<p>Command Line Calculato</p>
		]]>
	</description>
</item>
	</channel>
</rss>