Announcement

Collapse
No announcement yet.

How to accept EULA with version 5 CLI?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to accept EULA with version 5 CLI?

    hi!

    with the previous version there was an option to use --quiet or -q to automatically accept the eula.
    can this switch return? this lets us evaluate many machines more quickly via the CLI version of the benchmark.

    Thanks
    doug
    --=============--
    -DW
    -buck.co
    --=============--

  • #2
    Hi,
    accepting the EULA in scripts can be done with a command piping "yes" or "y" to the application.

    On Windows:
    Code:
    echo y | vray-benchmark-5.00.00-cli.exe
    On Linux:
    Code:
    yes | ./vray-benchmark-5.00.00
    Best regards,
    Daniel

    Comment


    • #3
      Thank you very much!
      --=============--
      -DW
      -buck.co
      --=============--

      Comment

      Working...
      X