:: ========================================================= :: DOS batch for publish with RPE lite (Document Generation) :: ========================================================= @echo off cls set pp=C:\Programmi\IBM\Rational\DOORS\9.4\bin\doors.exe set r=.....@... :: insert here the address@server of the DB :: retrieve DOORS login info echo Insert DOORS login set u= set /p u=User: set /p p=Password: cls :: RPE export echo ----------------------------------------------- echo RPE export (RPE_expView.dxl) %pp% -d %r% -u %u% -P %p% -D "#include " ::%pp% -d %r% -u %u% -P %p% -D "#include " -l run.log :: Script termination echo -----------------------------------------------