All Command Line Switches

A full description for each switch is shown below:

Switch

Meaning

/I{Input File(s)}

Input File(s) to be converted.

 

A single file including its complete path can be specified for a single file conversion (i.e. "D:\MyInputFiles\Single.TXT".

 

If specifying a single file, make sure that the /O switch also specifies a single output file (i.e. "D:\OutputFiles\TargetOutput.CSV".

 

Alternatively, you can specify whole directories by using the wildcard syntax (i.e. "D:\MyInputFiles\*.TXT"). If specifying a whole directory, make sure the /O also specifies a whole directory with a new target file extension. (i.e. "D:\OutputFiles\*.XLS").

 

See also /S for subfolders.

/O{Output File(s)}

Output File(s) to be created when converting the input file(s). Use ".CSV" to specify comma delimited file output. Use ".XLS" to specify an Excel file output

 

If specifying a single input file, make sure that the /O switch also specifies a single output file (i.e. "D:\OutputFiles\SingleImage.CSV".

 

Alternatively, you can specify whole directories by using the wildcard syntax (i.e. "D:\OutputFiles\*.CSV"). If specifying a whole directory, make sure the /I also specifies a whole directory with an input file extension. (i.e. "D:\MyImageFiles\*.TXT")

 

This switch is ignored if the /G Switch is used.

/R{Recipe File}

Recipe file to use.

/S

Seek out and do all files found in the sub-folders specified in the /S switch. Recursive subdirectories. You may add this switch if you are processing whole directories of files. See /S, /O and /G for more details on selecting whole directories to be converted.

/G

Save files to their original folders. Use this in conjunction with the /O switch to place the converted files in the same folder as the original file. Cannot be used when converting a single, specified file from within a folder. Use the /O switch instead.

Files will be saved with the same name as the original but in either .XLS or .CSV format. You cannot specify a different name for the output file when using the /G switch.

/V

Verbose mode. Specify this switch to display a message box indicating how the conversion went.

/?

Bring up the help file.

/C

When /C is used, output sheet content will not be cleared before processing.

/E

Show Excel while processing

/T#

Sets the size of the tab. # indicates the size and may be a number between 2 and 16. Initial default is set to 8, the most common tab stop size.

See Also: Using the Command Line