Example 3

To specify the command line parameters in a text file rather than on the command line:

dfstrcl /r "C:\output definition\output_definition.txt"

The output_definition.txt file contains the following parameters:

information_file_a.idy /d record_one /o "C:\output_one_location\output_one.str
information_file_b.idy /d record_two /o "C:\output_two_location\output_two.str
information_file_c.idy /d record_three /o "C:\output_three_location\output_three.str  

This example processes three separate information (.idy) files, each file uses a specific record name, creating three output layout (.str) files.