For example, the following command starts Rational
DOORS and opens the Car project in the database explorer:
C:\> cd "c:\program files\IBM\Rational\DOORS\9.version\bin"
C:\> doors -project Car
Note: Replace 9.version with your installed version of Rational
DOORS. There is a space between the switch
(-project) and the parameter (Car).
If the parameter contains a space, enclose it in quotation
marks:
C:\> cd "c:\program files\IBM\Rational\DOORS\9.version\bin"
C:\> doors -project "My project"
If the parameter is a path that contains any spaces, enclose the full path in quotation
marks:
C:\> cd "c:\program files\IBM\Rational\DOORS\9.version\bin"