Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 37 Converting via DCL > 37.4 Command-line examples > 37.4.3 Converting a group of files to RTF
If you have a group of FrameMaker MIF files,
for example ch*.mif
, this command converts
them to RTF for import into Microsoft Word:
Although you can use wildcards in the source argument or list multiple source files on the command line, Mif2Go might run out of memory if there are many files, or if the files are complex. Instead, you can use one of the following equivalent methods.
for %%f in (*.mif) do
dcl "%%f"
Note:
Double quotes are required
around the dcl
source
argument if any file names or paths contain spaces.