 




<?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/"
	>

<channel>
	<title>IT Answers &#187; CMD</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/cmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 22:05:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Unzip a file using the command line</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/unzip-a-file-using-the-command-line/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/unzip-a-file-using-the-command-line/#comments</comments>
		<pubDate>Fri, 03 May 2013 19:57:31 +0000</pubDate>
		<dc:creator>jutpro</dc:creator>
				<category><![CDATA[CMD]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/unzip-a-file-using-the-command-line/</guid>
		<description><![CDATA[Question Edited by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[Question Edited by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/unzip-a-file-using-the-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Parameter Passing: RPGLE to CMD to RPGLE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/parameter-passing-rpgle-to-cmd-to-rpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/parameter-passing-rpgle-to-cmd-to-rpgle/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 14:51:13 +0000</pubDate>
		<dc:creator>Eric Witham</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[RPGLE]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/parameter-passing-rpgle-to-cmd-to-rpgle/</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/parameter-passing-rpgle-to-cmd-to-rpgle/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Execute from a source member list</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/execute-from-a-source-member-list/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/execute-from-a-source-member-list/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 12:58:27 +0000</pubDate>
		<dc:creator>dinks57</dc:creator>
				<category><![CDATA[CL Program]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/?p=280700</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/execute-from-a-source-member-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Command POP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/command-pop/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/command-pop/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 16:38:24 +0000</pubDate>
		<dc:creator>Floyd02</dc:creator>
				<category><![CDATA[CMD]]></category>
		<category><![CDATA[POP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I&#8217;ve written a rather large (for me anyway) command prompt override program and although I&#8217;m not getting an error, I&#8217;m not getting the data I expect either. I enter the keyparm value, which is a data area name, press enter and the command displays with all defaults! I&#8217;ve checked the joblog and there are [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,<br/><br/> I&#8217;ve written a rather large (for me anyway) command prompt override program and although I&#8217;m not getting an error, I&#8217;m not getting the data I expect either. I enter the keyparm value, which is a data area name, press enter and the command displays with all defaults!<br/><br/> I&#8217;ve checked the joblog and there are no error messages.<br/><br/> I&#8217;ve checked that the string creation is correct, which it is. (for testing, in the POP, I move the string to be passed back to another data area so I could view it and the keywords are correct, the spacing is correct, the values are there and the length is correct.<br/><br/> I&#8217;m using the &#8220;??&#8221; selective prompt for every keyword.<br/><br/> All the keywords are in the proper order, not that I think this matters much.<br/><br/> When I start fresh, the values I enter are being move to the data area named properly.<br/><br/> What am I missing here?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/command-pop/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Error in ESXi while creating cluster.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-in-esxi-while-creating-cluster/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/error-in-esxi-while-creating-cluster/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 08:04:14 +0000</pubDate>
		<dc:creator>ninjas</dc:creator>
				<category><![CDATA[Cluster management]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[ESXi 3.5]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi , I am creating a cluster on on ESXi , but i m reaceeving error on 1 of the host with red triangle saying CMD removed failed. Can anyone help me? thanks]]></description>
				<content:encoded><![CDATA[<p>Hi ,<br />
I am creating a cluster on on ESXi , but i m reaceeving error on 1 of the host with red triangle saying CMD removed failed. Can anyone help me?</p>
<p>thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/error-in-esxi-while-creating-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create CMD</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/create-cmd/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/create-cmd/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 08:23:18 +0000</pubDate>
		<dc:creator>Kansarax</dc:creator>
				<category><![CDATA[CMD]]></category>
		<category><![CDATA[CMD RTVNETA]]></category>
		<category><![CDATA[CMD Source]]></category>
		<category><![CDATA[OS/400]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello Experts, I want to create my own CMD te override RTVNETA SYSNAME(&#038;MYSYSTEM) Why? Because we have an net I5 and we have some old (not supported) software that needs a specific system name.  This software use RTVNETA to get the name. I want to create an CMD in an other Library (different from QSYS) [...]]]></description>
				<content:encoded><![CDATA[<p>Hello Experts,</p>
<div></div>
<div>I want to create my own CMD te override <b>RTVNETA SYSNAME(&#038;MYSYSTEM)</b></div>
<div><b><br />
</b></div>
<div><b>Why? Because we have an net I5 and we have some old (not supported) software that needs a specific system name.  This software use RTVNETA to get the name. I want to create an CMD in an other Library (different from QSYS) en set It on the Librarylist 1 place above the QSYS.</b></div>
<div><b>This CMD sends another system name to this program.</b></div>
<div><b><br />
</b></div>
<div><b>Can someone send me an example?</b></div>
<div><b><br />
</b></div>
<div><b>Thanks.</b></div>
<div><b><br />
</b></div>
<div><b>Kansarax</b></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/create-cmd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I need to create and run this on the CMD and make a program.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-create-and-run-this-on-the-cmd-and-make-a-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-create-and-run-this-on-the-cmd-and-make-a-program/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 12:13:41 +0000</pubDate>
		<dc:creator>Darkcurse07</dc:creator>
				<category><![CDATA[CMD]]></category>
		<category><![CDATA[CMD Source]]></category>
		<category><![CDATA[Data Sources]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Chris Leonard]]></description>
				<content:encoded><![CDATA[New Answer by Chris Leonard]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-create-and-run-this-on-the-cmd-and-make-a-program/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>opening rtf files using visual basic cmd button</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/opening-rtf-files-using-visual-basic-cmd-button/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/opening-rtf-files-using-visual-basic-cmd-button/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 08:27:31 +0000</pubDate>
		<dc:creator>Studs</dc:creator>
				<category><![CDATA[CMD]]></category>
		<category><![CDATA[RTF]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Visual Basic 6.0]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m in this project and got problem on how to open a file from rtf using vb cmd open button..what&#8217;s the code..tenx..]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m in this project and got problem on how to open a file from rtf using vb cmd open button..what&#8217;s the code..tenx..</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/opening-rtf-files-using-visual-basic-cmd-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS400 &#8211; CMD</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-cmd/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-cmd/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 09:00:33 +0000</pubDate>
		<dc:creator>rajeshece</dc:creator>
				<category><![CDATA[*SRVPGM]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[DSPPGMREF]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We can perform DSPPGMREF Command with *PGM OPM. How to perform for the ILE Objects like *SRVPGM, *BNDDIR.]]></description>
				<content:encoded><![CDATA[<p>We can perform DSPPGMREF Command with *PGM OPM. How to perform for the ILE Objects like *SRVPGM, *BNDDIR.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-cmd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Console command error</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/console-command/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/console-command/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 15:11:58 +0000</pubDate>
		<dc:creator>Commands</dc:creator>
				<category><![CDATA[CMD]]></category>
		<category><![CDATA[CMD Restriction]]></category>
		<category><![CDATA[CMD Source]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am getting a error stating &#8221; Unable to load frame&#8217;s content: B-tree structure is invalid&#8221; when trying to access a archive file. From what i can find i need to compact -d the file but when i run the command (load compact -d Filename) it fails staiting file cannot be found.The archive file is [...]]]></description>
				<content:encoded><![CDATA[<p>I am getting a error stating &#8221; Unable to load frame&#8217;s content: B-tree structure is invalid&#8221; when trying to access a archive file. From what i can find i need to compact -d the file but when i run the command (load compact -d Filename) it fails staiting file cannot be found.The archive file is on the sevrer i am running the load cmd on but starts a_xxx.nsf. Any ideas ?.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/console-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/24 queries in 0.056 seconds using memcached
Object Caching 910/1023 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 06:17:55 -->