Rational Statemate Configuration : Configuring a Windows System : Configuring the Rational DOORS Interface on a Windows System : Editing the doorss.bat File

Editing the doorss.bat File

The following is an excerpt from the doorss.bat file:

@rem This file starts the Doors dxl server in batch mode

@rem When DOORS is configured to "Use system usernames", remove the "-user %2" from the command line

 

@echo off

%1 -user %2 -password %3 -project %4 -cli "pragma runLim, 0; string ReadyName = \"%5\" ; int Portno = %6 " -batch %7

When DOORS is configured to "Use system usernames", remove the "-user %2" from the command line