The DaVinci Package Manager comes with its own command line application called DVPMCmd.exe, which provides several commands for multiple actions.

The application is located at the same directory as the Vector DaVinci Package Manager.exe.
Example: C:\Program Files\Vector DaVinci Package Manager
To use the command line application, navigate in the command line to its directory with cd <path to the application> (e. g. cd C:\Program Files\Vector DaVinci Package Manager
).
For detailed information about the available commands and their usage, refer to the help of the command line application, by using the following commands:
DVPMCmd help
orDVPMCmd man
: Displays the help with a list of all available commands.DVPMCmd help <command>
orDVPMCmd man <command>
: Displays a detailed description of the command. For example, with theDVPMCmd help download
command, you can get more information about the use of thedownload
command.