Xref: alice comp.databases.oracle.misc:56632 comp.databases.oracle.tools:42237
Message-ID: <38E9E394.EB28CB5E@nospam.stoas.nl>
Date: Tue, 04 Apr 2000 14:44:04 +0200
From: Henk Hultink <hhu@nospam.stoas.nl>
Organization: Stoas
X-Mailer: Mozilla 4.72 [en] (Win95; I)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.tools,comp.databases.oracle.misc
Subject: Re: Reports batch compilation
References: <38E9C29A.95281508@intrasoft.gr>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: 4 Apr 2000 14:48:04 +0100, wodan.stoas.nl
Lines: 28
Path: alice!news-feed.fnsi.net!netnews.com!newspeer1.nac.net!newsfeed.wirehub.nl!surfnet.nl!wau.nl!wodan.stoas.nl

Hi,

I suppose you wanted to compile RDF into REP-files. You can use the
following command in a batchfile (one line):

for %%i in (*.rdf) do r25con32 <username>/<password>@<connect_string>
stype=rdffile source=%%i dtype=repfile batch=yes

This will find all the RDF files in the directory and compile them to
REP-files. For a complete overview of parameters, refer to the Reports
Reference Manual.

N.b. I tried this in a DOS-=box on a Windows95 computer. Not sure if it will
work under Windows98, 2000 or NT client...

H. Hultink
Stoas Wageningen
The Netherlands

CC wrote:

> hi all,
>
> Is there any way to compile 10 or more RDF files within a  batch  file ?
> (like DOS batch file )
>
> 10q in advance

