echo Build Cython app set CURRENT_DIR=%cd% REM Change to the parent directory of the current location cd /d %~dp0 robocopy "..\dist-azaion\_internal" "bin\Debug\net8.0-windows\_internal" /E robocopy "..\dist-dlls\_internal" "bin\Debug\net8.0-windows\_internal" /E robocopy "..\dist-azaion" "bin\Debug\net8.0-windows" "azaion-inference.exe" "azaion-loader.exe" cd /d %CURRENT_DIR%