Specifying a 'Conversion Job'

The first thing to be done is to create the conversion job file. Basically, you detail each conversion task and Add (pressing the Add button) it to the tasks to be done. Once you are satisfied with the task list, save the conversion job file from the File menu. Before saving, be sure that you press the Rewind button to ensure that the entire task list is executed from the command line.

 

The syntax for specifying a conversion job is:

 

ConvertDoc /J{ConversionJobFile} [/V] [/L{LogFile}] [/B{LogToJobFile}] [/I{override initialization file}]

 

Items above enclosed in square brackets “[ ]” are optional, all other ‘switches’ are required. Therefore /J should always be specified on the command line.

 

Example:

To run the conversion job specified by the "C:\MyJobs\ApplesOranges.SII" type the following in at the command prompt:

 

ConvertDoc /J"C:\MyJobs\ApplesOranges.SII"

 

You can include or exclude spaces between switches and parameters. For example, "/C6" is the same as "/C 6". For long file names you may be required to use double quotes. For example, /S" C:\Program Files\MyApp\MyDoc.DOC".

 

More:

Helpful Hints For Creating a Command Line

Command Line Switch Specification

File Type Constants Specification

Using 'Convert Doc' - Command Line

Specifying a Conversion Task

Complete List of Command Line Examples