| | 48 | The following options are allowed: |
| | 49 | {{{ |
| | 50 | -r --resultfile <string>: file where the results of the execution are stored (pass/fail of sessions); default: no file |
| | 51 | -d --msgdelay <number>: if this value is non-zero, a constant delay between the messages is used; default: 0 |
| | 52 | -w --wait <number>: if this value is non-zero, the program waits before terminating for the user to press any key; default: 1 |
| | 53 | -s --startdelay <number>: miliseconds that the program waits between starting the application under test and the replay; default 5000 |
| | 54 | -p --path <string>: working directory of the startup program; default: "" |
| | 55 | }}} |