The UpgradePCCFile process upgrades a PCC stand-alone file from a HPD 3.2 version to an HPD 4.0 version.
Input
Path and name of the PCC file to be upgraded.
Output
Path and name of the upgraded file
Syntax
carisbatch --run UpgradePCCFile [options] <input> <output>
Options
N/A
Example
Example | ||
Objective | Upgrade the HPD 3.2 sample.pcc file to new_sample.pcc for HPD 4.0 | |
Description | Command Line Syntax | |
Location and name of the PCC file to be updated. | C:\MyFileLocation\sample.pcc | |
Location and name of the updated PCC file. | C:\MyOtherFileLocation\new_sample.pcc | |
Command Line | carisbatch --run UpgradePCCFile C:\MyFileLocation\sample.pcc C:\MyOtherFileLocation\new_sample.pcc | |