× 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.



Here is some code where I did this to try out various commands  in RPGLE

 * Start PC Organizer if not started.
C                   eval      wCmdString = 'STRPCO PCTA(*NO)'
C                   callp(e)  QCmdExc(wCmdString:
C                              %len(%trim(wCmdString)) )
 * Establish the command to perform.
C                   select
C                   when      PB2 = 1
C                   eval      wCommand =
C                               'start http://www.daffron.com'
C                   when      PB2 = 2
C                   eval      wCommand =
C                               'notepad.exe'
C                   when      PB2 = 3
C                   eval      wCommand =
C                               'excel.exe'
C                   when      PB2 = 4
C                   eval      wCommand = 'start soffice -pt AFP '
C                              '"C:\Documents and Settings\Booth\'
C                              + 'Desktop\Daffron\'
C                              + 'Example1.jpg"'
C                   endsl
 * Run the command from the screen.
C                   eval      wCmdString = 'strpccmd pccmd('''
C                               + %trim(wCommand)
C                               + ''') pause(*NO)'
C                   callp     QCmdExc(wCmdString:
C                              %len(%trim(wCmdString)) )

Jeff Young wrote:
I am attempting to launch the web browser and go to a specific URL from within 
a RPGLE program.
The application will always be connected via iSeries Access.
I tried to use STRPCO and STRPCCMD, but it did not launch. The command I used was STRPCCMD 'http://www.google.com' pause(*no).
I saw a window pop up briefly, then it just went away.
What is the correct method for doing this?
Thanks,

Jeff Young Sr. Programmer Analyst
Dynax Solutions, Inc.
A wholly owned subsidiary of enherent Corp.
IBM -e(logo) server Certified Systems Exper - iSeries Technical Solutions V5R2 IBM Certified Specialist- e(logo) server i5Series Technical Solutions Designer V5R3
IBM  Certified Specialist- e(logo)server i5Series Technical Solutions 
Implementer V5R3


____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited


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.