The wct command-line utility invokes the command-line tool that is specified by the -tool parameter.
wctcmd.bat -tool tool_ID -defLocPathname definition_location_pathname -createDefinitionLocation definition_location_name -importDefinitionLocation definition_location_name -removeDefinitionLocation definition_location_name -defLocName definition_location_name -defLocVersion definition_location_version -response response_file -listDefinitionLocations -deleteDefinition definition_name -listDefinitions
./wctcmd.sh -tool tool_ID -defLocPathname definition_location_pathname -createDefinitionLocation definition_location_name -importDefinitionLocation definition_location_name -removeDefinitionLocation definition_location_name -defLocName definition_location_name -defLocVersion definition_location_version -response response_file -listDefinitionLocations -deleteDefinition definition_name -listDefinitions
This parameter is required.
This parameter is required.
This parameter is optional.
This parameter is optional.
This parameter is optional.
This parameter is optional.
This parameter is optional.
This parameter is optional.
wctcmd.bat -tool pct -importDefinitionLocation -defLocName someDefLocName -defLocPathname \data\IBM\WebSphere\Plugins -response C:\IBM\WebSphere\Toolbox\WCT\responsefile.txt
./wctcmd.sh -tool pct -importDefinitionLocation -defLocName someDefLocName -defLocPathname /data/IBM/WebSphere/Plugins -response /var/IBM/WebSphere/Toolbox/WCT/responsefile.txt
wctcmd.bat -tool pct -removeDefinitionLocation -defLocName someDefLocName -defLocPathname \data\IBM\WebSphere\Plugins
./wctcmd.sh -tool pct -removeDefinitionLocation -defLocName someDefLocName -defLocPathname /data/IBM/WebSphere/Plugins
wctcmd.bat -tool pct -defLocPathname \data\IBM\WebSphere\Plugins -listDefinitionLocations
./wctcmd.sh -tool pct -defLocPathname /data/IBM/WebSphere/Plugins -listDefinitionLocations