Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 83661 invoked from network); 21 Mar 2007 17:52:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2007 17:52:07 -0000 Received: (qmail 1871 invoked by uid 500); 21 Mar 2007 17:52:03 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 1850 invoked by uid 500); 21 Mar 2007 17:52:03 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 1839 invoked by uid 99); 21 Mar 2007 17:52:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 10:52:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [66.112.160.14] (HELO connactivity.com) (66.112.160.14) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 10:51:51 -0700 Received: from [65.41.195.79] (HELO CENTCDAVEF) by connactivity.com (CommuniGate Pro SMTP 4.1.8) with ESMTP id 42397179 for users@httpd.apache.org; Wed, 21 Mar 2007 12:51:30 -0500 From: "Dave Fangmeier" To: Date: Wed, 21 Mar 2007 12:51:28 -0500 Message-ID: <003001c76be1$8dc17cf0$8b01a8c0@CENTCDAVEF> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: Acdr4Y1kkWbcVChiR264v+mygTdtKg== X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Starting exe files from cgi scripts Hi My Apache http server is running on Windows. I'm able to get cgi/Perl scripts to run. I'm trying to run an application like notepad from my html form. I have a button that calls a script but the notepad application only runs in the background (no window pops up like when I test in Perl). I see it in the Windows Task Manager/Processes Tab so I know it is running. Below is a clip from my form code:
This is a clip from my run_hotkey.pl script: #! c:/perl/bin/perl -w use strict; system("notepad"); # This starts notepad in the background. Does anyone know how to do this? Thanks Dave Fangmeier dave.fangmeier@coredgenetworks.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org