Re: Generate all Forms in a directory?
From: Rick Rutt <rrutt_at_delphi.com>
Date: 1996/03/15
Message-ID: <pNNqMTI.rrutt_at_delphi.com>#1/1
Date: 1996/03/15
Message-ID: <pNNqMTI.rrutt_at_delphi.com>#1/1
JP McCartan <JPMcCart_at_conentric.net> writes:
>Is there a way to re generate all of the fmb files in a directory
>to a fmx's? It seems that f45gen will only take a single form name.
>
If you have Windows 95, the DOS prompt can run Windows programs.
You can use the following command:
for %%f in (*.fmb) do start /w f45gen %%f
Of course, you need to put some additional arguments on teh F45GEN command. And if you do this on the command line rather than a batch file, use a single % rather than %%.
- Rick --
(Rick Rutt is a system architect living and working in Midland, Michigan.) Received on Fri Mar 15 1996 - 00:00:00 CET