In the root of the domain create cept.bat and add the following lines to point to the correct bat file with the same arguments.
@echo off @setlocal set CODECEPT_PATH=vendor/bin/ "%CODECEPT_PATH%codecept.bat" %* @endlocal
Now you run:
cept bootstrap