background image
<< Appendix B Rational Robot Command-line Options | Index1 access order of datapool rows >>
<< Appendix B Rational Robot Command-line Options | Index1 access order of datapool rows >>
run Robot unattended in batch
B-2
COMMENTS
Use a space between each keyword and between each variable.
If a variable contains spaces, enclose the variable in quotation marks.
If you log the output (by omitting
/nolog
), then the Robot log options (set in the
GUI Playback Options dialog box) determine whether the default log information
is used or whether you are prompted at the start of playback.
If you intend to run Robot unattended in batch mode, be sure to specify the
following options to get past the Rational Login dialog box:
/user userid
/password password
/project full path and full projectname
EXAMPLE
rtrobo.exe VBMenus /user admin /project C:\Sample
Files\Projects\Default.rsp /play /close
In this example, the user "admin" opens the script "VBMenus", which is in the
project file "Default.rsp" located in the directory "c:\Sample Files\Projects". The
script is opened for playback, and then it is closed when playback ends. The results
are logged.