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>
Parameters
N/A
Example
To use this process, refer to the following 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. |
| |
Location and name of the updated PCC file. |
| |
Command Line | carisbatch --run UpgradePCCFile C:\MyFileLocation\sample.pcc C:\MyOtherFileLocation\new_sample.pcc | |