Creating a Batch File
Create your batch file by means of any text editor. Each line of the batch file must contain a source filename, and optionally, destination and log filenames. Specify the names as follows (filenames in brackets are optional):
source_filename [destination_filename] [log_filename]
You cannot specify the log filename unless you first specify the destination filename.
The format of the entries in your batch file is the same as the format used to respond to the prompt that comes up when you select the appropriate option from the DWF Translator's menu. Read these sections for further explanation of the format used to enter filenames.
An example of the contents of an MI to DWF batch translation file is shown below.
cylh1.mi cylh1.dwf cylh1.log
cylh2.mi headg.dwf head.log
motor_br.mi
jibmount.mi cranel45.dwf jib.log
Was this helpful?