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



Something like that WILL work - we do it all the time, although sometimes it takes a little experimentation to get it working just right. For example, we open PDFs using Acrobat Reader, and the challenge there is that each new version of Reader gets
installed in a new directory, so we actually had to write a VB program to look around for it before opening it.

But the CL piece on the iSeries was simple.You don't even always need to call a BAT file -- sometimes you can just call the program you want directly (as I remember, the main issue is parameter length on PCCMD).

hth,

Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> writes:
Something like this might work:

PGM
STRPCO
MONMSG MSGID(CPF0000)

STRPCCMD PCCMD('call +
c:\open_excels.bat') +
PAUSE(*NO)

ENDPGM


Where c:\open_excels.bat is a DOS batch file that opens the Excel


Mike Naughton
Senior Programmer/Analyst
Judd Wire, Inc.
124 Turnpike Road
Turners Falls, MA 01376
413-676-3144
Internal: x 444
mnaughton@xxxxxxxxxxxx
****************************************
NOTICE: This e-mail and any files transmitted with it are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that any use is
strictly prohibited. If you have received this e-mail in error, please notify us immediately by replying to it and then delete it from your computer.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.