Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 37 Converting via DCL > 37.4 Command-line examples > 37.4.2 Writing converted files to a different directory
To convert files ch*.doc
,
title.doc
, and TOC.doc
to RTF with file extension .new
and place the
converted files in directory c:\myfiles\newstuff
:
dcl
–o
c:\myfiles\newstuff
–o
.new ch*.doc title.doc TOC.doc
Note:
You do not have to use .mif
as the source file-name extension; however, the source file must be in
MIF format.