× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



For what its worth, my experience is that if it runs from the Windows "start -> Run" line then it will run in STRPCCMD. If it won't run from Start -> Run, then it won't start from STRPCCMD either.

I offer this not so much as an answer but more as "maybe this will help 'splain it"



Helge Bichel wrote:
thanks for all answers *S*

but STRPCCMD PCCMD('Start http://www.cnn.com') PAUSE(*NO) doesn't work either.

I have seen the Start used in many posts regarding STRPCCMD, but it seems it doesn't work for me in whatever context.

When using:
STRPCCMD PCCMD('rundll32 url,FileProtocolHandler http://www.cnn.com')
it works.

What am I missing to understand ?

Brgds

Helge

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Monday, October 13, 2008 8:03 AM
To: Midrange Systems Technical Discussion
Subject: Re: Using STRPCCMD from Bosanova emulation

Let me see if I understand... you want your green-screen software to wait until Notepad has been closed before continuing? And that works if you invoke notepad directly, but not if you run the 'start' command?

Presumably, it still runs notepad (even with the 'start') it just doesn't wait until it's finished, right?

The reason is pretty simple. Your 5250 emulator creates a new process, to run a command, and waits for that process to finish. When you use the 'start' command, the 5250 emulator creates a new process and runs the 'start' command in that process. The 'start' command will, in turn, create yet another new process to run notepad in. The problem is, the 5250 emulator is waiting for the 'start' process, not the 'notepad' process.

Whereas if you invoke notepad directly, it should wait for the notepad process.

Why would you ever want to use 'start' in conjunction with a program like 'notepad'?? That doesn't make sense to me.


Helge Bichel wrote:
but can somebody explain why:

STRPCCMD PCCMD('notepad.exe') works
STRPCCMD PCCMD('notepad') works STRPCCMD PCCMD('start notepad.exe') doesn't work
STRPCCMD PCCMD('start notepad') doesn't work

doesn't work: means just returns to the green screen regardless of PAUSE(*YES/*NO)


------------------------------------------------------------------------


Internal Virus Database is out of date.
Checked by AVG - http://www.avg.com Version: 8.0.173 / Virus Database: 270.7.6/1715 - Release Date: 10/8/2008 7:19 PM



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.