Project Analyzer uses this command line syntax:
project.exe "inputfile" [options]
Inputfile | File description |
---|---|
"myfile.vbp" | Analyze a project, project group or solution. |
"myfile.pam" | Execute a Project Analyzer macro. |
"myfile.sup" | Open a saved Super Project in Super Project Analyzer. |
"myfile.sud" | Open a saved Super Project Data file in Super Project Analyzer. |
Options | Description |
/ERRORIGNORE | Ignore run-time errors during the analysis. Useful for executing analyses unattended. |
/IMPORT:"myfile.flt" | Import an exported problem filter. |
/IMPORT:"myfile.std" | Import a Project NameCheck exported standard. |
/NOCDIRECTIVES | Ignore comment directives. |
You may omit quotation marks from file names if the name doesn't contain spaces. The file names are relative to the current directory.
project.exe "myfile.vbproj"
Analyze the project myfile.vbproj.