I don't think it is doable at all to be honest. The only time locally installed software can run is if the user initiated it - for example when a PDF link is clicked and the browser streams PDF data to the PC to be loaded by locally installed PDF reader, or a word document into Word etc. You cannot make JavaScript run a locally installed executable in an unsolicited way - if that was possible there would be a world wide meltdown :)
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Jim Oberholtzer
Sent: 04 December 2014 21:03
To: 'Web Enabling the IBM i (AS/400 and iSeries)'
Subject: Re: [WEB400] trying to use EXEC with Zend
Since the browser is the on the PC and the PHP server is on the host, are you not going to need a browser function to call the local PC action? I don't think that has anything to do with PHP, more likely JavaScript. Then there's the whole thing of giving a browser the ability to run a command on the local machine. Doable I think so, but I think there might be a hurdle or two to jump.
--
Jim Oberholtzer
Chief Technical Architect
Agile Technology Architects
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Bryan Dietz
Sent: Thursday, December 04, 2014 2:56 PM
To: Web Enabling the IBM i (AS/400 and iSeries)
Subject: Re: [WEB400] trying to use EXEC with Zend
As you heard not available.
Assuming that this is an internal application what if you put an entry on a DTAQ and you had the users PC listening on that data queue.....
I wonder if the RPGtoDesktop software here:
http://mowyourlawn.com/RPGToDesktop.html
could assist you.
Just thinking WAY outside the box....
Bryan
Larry Kleinman wrote on 12/4/2014 3:25 PM:
Yep, that is exactly what is happening. But it's not what I want. I
want to run the command on the PC. (I'm trying to open MS Paint). Am I
mistaken in thinking that this is possible?
Larry Kleinman
Kleinman Associates, Inc.
212-949-6469
From: Bryan Dietz <bdietz400@xxxxxxxxx>
To: "Web Enabling the IBM i (AS/400 and iSeries)"
<web400@xxxxxxxxxxxx>,
Date: 12/04/2014 03:21 PM
Subject: Re: [WEB400] trying to use EXEC with Zend
Sent by: "WEB400" <web400-bounces@xxxxxxxxxxxx>
what you are seeing appears to be running on the host the web server
is on.
Assuming the host is IBM i, try using "ls -la" or "pwd" as the EXEC
command.
Bryan
Larry Kleinman wrote on 12/4/2014 3:10 PM:
I want my PHP script to run a DOS command on the PC whose browser opened
the script, It looks like EXEC should do this, but no matter what
command I use - including easy stuff like DIR or IPCONFIG - I get a
"file
not found" message. For example, if the script contains
$test= exec('dir 2>&1', $output);
echo $test;
echo '<BR>';
var_dump($output);
I get
sh: dir: not found.
array(1) { [0]=> string(20) "sh: dir: not found." }
Any ideas?
Larry Kleinman
Kleinman Associates, Inc.
212-949-6469
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
NOTICE: The information in this electronic mail transmission is intended by CoralTree Systems Ltd for the use of the named individuals or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected.
--------------------------------------------------------------------------------
CoralTree Systems Limited
Company Registration Number 5021022.
Registered Office:
12-14 Carlton Place
Southampton
Hampshire
SO15 2EA
VAT Registration Number 834 1020 74.
As an Amazon Associate we earn from qualifying purchases.