 




<?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: STRPCCMD leaves pop-up open</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/strpccmd-leaves-pop-up-open/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/strpccmd-leaves-pop-up-open/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 06:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/strpccmd-leaves-pop-up-open/#comment-105437</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 29 Mar 2012 23:58:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-105437</guid>
		<description><![CDATA[&lt;i&gt;I&#039;m using the PAUSE(*NO) parm in my CL program and it still leaves the pop-up on the screen.&lt;/i&gt;

The PAUSE(*NO) doesn&#039;t seem related to the window that opens. The window is from the PC process that is running the request that you sent to your PC. As long as that runs, the window will stay. If you close the window, you&#039;re effectively closing what is running behind the scene in that process.

Send a command that hands the work off to a different process. For example, try this:&lt;pre&gt;STRPCCMD PCCMD(&#039;start http:\www.google.com&#039;) PAUSE(*NO)&lt;/pre&gt;
As soon as the START command completes, the DOS window should go away. The START command hands the work off to a secondary process and returns; it finishes even though the task that it invoked may continue to run.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I&#8217;m using the PAUSE(*NO) parm in my CL program and it still leaves the pop-up on the screen.</i></p>
<p>The PAUSE(*NO) doesn&#8217;t seem related to the window that opens. The window is from the PC process that is running the request that you sent to your PC. As long as that runs, the window will stay. If you close the window, you&#8217;re effectively closing what is running behind the scene in that process.</p>
<p>Send a command that hands the work off to a different process. For example, try this:
<pre>STRPCCMD PCCMD('start http:\www.google.com') PAUSE(*NO)</pre>
<p>As soon as the START command completes, the DOS window should go away. The START command hands the work off to a secondary process and returns; it finishes even though the task that it invoked may continue to run.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 06:25:07 -->