Xref: alice comp.databases.oracle.misc:32893
Path: alice!news-feed.fnsi.net!netnews.com!newspeer1.nac.net!easynet-tele!easynet.net!quince.news.easynet.net!not-for-mail
From: Rose Noel <rkamene@easynet.co.uk>
Newsgroups: comp.databases.oracle.misc
Subject: Executing Batch File from Forms Trigger
Date: Sun, 06 Jun 1999 12:19:03 +0100
Organization: [posted via Easynet Ltd]
Lines: 15
Message-ID: <375A5927.862A41F6@easynet.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-2
Content-Transfer-Encoding: 7bit
X-Trace: quince.news.easynet.net 928668282 57036 212.212.83.131 (6 Jun 1999 11:24:42 GMT)
X-Complaints-To: abuse@easynet.net
NNTP-Posting-Date: 6 Jun 1999 11:24:42 GMT
X-Mailer: Mozilla 4.5 [en] (WinNT; I)
X-Accept-Language: en

Hello everybody,
I am trying to execute a batch file from the WHEN-NEW-FORM-INSTANCE
trigger without any
luck.  I have used the host as follows
HOST('genfile.bat',NO_SCREEN);
HOST('dir c:\orawin95\forms45\*.tel>ftp_lot.tel', NO_SCREEN);

The host command is executed but not the commands in the batch file. 
Which is supposed to compile a list of certain file;  The next HOST
command is used to put the listed file into one from where they read and
inserted into forms as list items.
So,  get the first host command to compile the files in the first
instance.
Cheers
RNK.
