|
CMD PROMPT('Launch Browser')
PARM KWD(URL) TYPE(*CHAR) LEN(90) MIN(1) +
EXPR(*YES) PROMPT('URL to launch')
PGM PARM(&URL)
DCL VAR(&CMD) TYPE(*CHAR) LEN(123)
DCL VAR(&URL) TYPE(*CHAR) LEN(90)
STRPCO PCTA(*NO)
MONMSG IWS4010
CHGVAR VAR(&CMD) +
VALUE('rundll32 url,FileProtocolHandler ' *BCAT &URL)
STRPCCMD PCCMD(&CMD) PAUSE(*NO)
ENDPGM
However, it keeps barfing with a Windows dialog box titled "RUNDLL" with
the message: "Error in URL Missing entry: FILEPROTOCOL HANDLER".I ran
debug over it and the &URL field is initialized.
I, also, ran a sample program that Scott (I think) put up to test whether or not one had the necessary tools on the workstation:
PGM
STRPCO
MONMSG IWS4010
STRPCCMD PCCMD('start http://www.midrange.com') +
PAUSE(*NO)
ENDPGM
This worked fine.
This seemed like such a neat idea, when I read it. Any idea what I'm doing wrong?
Thanks.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.