From: "Guy Tackaert" <on4cbn@hotmail.com>
Subject: Re: Call an .exe from a Form
Date: 2000/04/19
Message-ID: <8dk5uf$m5f$1@news0.skynet.be>#1/1
References: <8dg4iv$pg7$1@nnrp1.deja.com>
X-Complaints-To: abuse@skynet.be
X-Trace: news0.skynet.be 956144399 22703 194.78.47.33 (19 Apr 2000 11:39:59 GMT)
Organization: Belgacom Skynet SA/NV
Reply-To: "Guy Tackaert" <on4cbn@hotmail.com>
NNTP-Posting-Date: 19 Apr 2000 11:39:59 GMT
Newsgroups: comp.databases.oracle.tools
X-User-Info: 193.190.183.1 193.190.183.1    



lpollock8076@my-deja.com wrote:
>How can I invoke an executable program from within a form 

try the 'host' command :

host ('d:\progcel\ora_upd.exe',no_screen);


