Run-Multiple-Tests.bat 1.1 KB

12345678910111213141516171819202122
  1. @echo off
  2. rem See http://www.geeks3d.com/?p=2322 for help about command line parameters.
  3. echo Call Test 1...
  4. call FurMark.exe /width=640 /height=480 /msaa=0 /max_time=60000 /fullscreen /nogui /nomenubar /noscore /run_mode=1 /contest_mode=0 /log_score /disable_catalyst_warning
  5. echo Test 1 complete OK.
  6. echo Call Test 2...
  7. call FurMark.exe /width=1024 /height=768 /msaa=0 /max_time=60000 /fullscreen /nogui /nomenubar /noscore /run_mode=1 /contest_mode=0 /log_score /disable_catalyst_warning
  8. echo Test 2 complete OK.
  9. echo Call Test 3...
  10. call FurMark.exe /width=1280 /height=1024 /msaa=0 /max_time=60000 /fullscreen /nogui /nomenubar /noscore /run_mode=1 /contest_mode=0 /log_score /disable_catalyst_warning
  11. echo Test 3 complete OK.
  12. echo Call Test 4...
  13. call FurMark.exe /width=1920 /height=1200 /msaa=0 /max_time=60000 /fullscreen /nogui /nomenubar /noscore /run_mode=1 /contest_mode=0 /log_score /disable_catalyst_warning
  14. echo Test 4 complete OK.
  15. echo *** Read results in FurMark-Scores.txt ***
  16. start FurMark-Scores.txt
  17. echo Enjoy!
  18. echo News and upates: http://www.ozone3d.net and http://www.geeks3d.com
  19. pause