Rational DOORS RT Interface : Configuring the RT Interface : Configuring the RT Interface on Windows : Edit run_doors.bat

Edit run_doors.bat
1.
Copy rundoors.bat to rundoors.ORIG.bat.
2.
Using the text editor of your choice, open rundoors.bat for writing. You will see lines similar to the following:

@rem This file should contain two lines:

@rem First line sets the environment variable LM_LICENSE_FILE

@rem Second line starts the Doors tool, e.g D:\DOORS\BIN\DOORS.

@rem If DOORS is installed in the program files directory,

@rem the path must be in quotes, "D:\PROGRAM FILES\BIN\DOORS".

@rem Modify these two lines to fit your environment

@echo off

SET LM_LICENSE_FILE=<full-path of your doors license file>

<full path command to start doors>

3.
SET LM_LICENSE_FILE=<full-path of your DOORS license file>

Replace the string <full-path of your DOORS license file> with the absolute path of the Rational DOORS license file.
<full path command to start doors>

Replace this string with the absolute path to the Rational DOORS executable and enclose the line in double quotes(“ ”). If, for example, the Rational DOORS executable is on the C drive, enter the following line:

“C:\Program Files\Doors\bin\DOORS.exe”