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
%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