@echo off setlocal set ROOT=h:\Applications\Aycode\Source\AyCode.Core set COUNT=5 powershell -ExecutionPolicy Bypass -File "%ROOT%\MergeBenchmarksHtmlDropdown.ps1" -maxCount %COUNT% endlocal pause