Re: Script to compile many forms

From: Guenter Huerkamp <guenter-huerkamp_at_t-online.de>
Date: Wed, 15 Dec 1999 19:16:19 +0100
Message-ID: <3857DAF3.AC2118ED_at_t-online.de>


Try this in a bat file
for %%F in (*.fmb) do start /w C:\ORANT\BIN\ifcmp60.EXE userid=%1 batch=y module=%%F
for %%F in (*.mmb) do start /w C:\ORANT\BIN\ifcmp60.EXE userid=%1 batch=y module=%%F module_type=menu
HTH
günter

qlos_at_my-deja.com schrieb:

> I often have to recompile many forms, and I would like to automate this
> task little bit using script. Do U know how to pass all neccesarry
> parameters to forms generator in order to invoke in the script ??
>
> many thanks !!!
>
> Qlos
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Dec 15 1999 - 19:16:19 CET

Original text of this message