The command line support in Visual Studio Project Cleaner is very simple.
/configure
The /configure command has no arguments.
When this command is on the command line the Settings dialog is displayed allowing the clean settings to be configured, but not allowing a clean operation to be performed.
This option exists to allow Visual Studio Project Cleaner to be configured from within Visual Studio Project Builder.
/dir
The /dir command takes one argument, a directory name.
/dir e:\build\product\release
The /dir command can be specified multiple times, allowing you to clean multiple directories from the command line.
/dir e:\build\product\release /dir e:\build\product\debug
This option exists to allow Visual Studio Project Cleaner to perform a clean from within Visual Studio Project Builder.
/loadSettings
The /loadSettings command takes one argument, a settings file name.
/loadSettings e:\preBuildSettings.vspcs
/resetAll
The /resetAll command has no arguments.
This option resets all settings back to the default settings.
visualStudioProjectCleaner.exe /loadSettings e:\preBuildSettings.vspcs /dir e:\build\product\release
The above command line will load settings from e:\preBuildSettings.vspcs, then clean the directory e:\build\product\release