To copy the entire used range of Values of "Sheet1" of the workbook "D:\XLSFiles\A.XLS", to "Sheet2" of the same workbook, the following syntax would be used:
ConvertXLS.EXE /S"D:\XLSFiles\A.XLS" /T"D:\XLSFiles\A.XLS" /P101 /1"Sheet1" /6"Sheet2"
Note: You don't have to specify Boolean (TRUE/FALSE) parameters that are FALSE. Nor do you have to specify parameters that are empty.
The /S and /T switches specify input and output workbook respectively, which in this case is the same workbook. You can optionally keep the input file unchanged by specifying a different name or path for the output file.
Examples:
EXAMPLE 1: Copy all values from one sheet to another, within same workbook
EXAMPLE 2: Copy specified range of formula from one workbook to another
EXAMPLE 3: Append sheet data from a folder of workbooks to a single sheet
EXAMPLE 4: Example 4 Copy ALL including column widths from one workbook to another
P101 Copy Specified Sheet Data to same or different XLS file