@echo off
rem This script can be used to add the build output folder (Release) to the path for easierrem ad hoc testing from the command lineCALL:NORMALIZEPATH"%~dp0..\x64\Release"SET_BINPATH=%RETVAL%path|find /i "%_BINPATH%">nul ||setPATH=%PATH%;%_BINPATH%SET_BINPATH=EXIT /B
:NORMALIZEPATHSETRETVAL=%~f1EXIT /B