@echo off cd %~dp0 echo ========== Setting Env ============== call SettingEnv.bat echo setting done! echo ========== Testing Env ============== echo test it with hello word... cd %~dp0 set aerialpython=%cd%/../.env/python.exe %aerialpython% -c "import cv2, pika, flask, pika; print('hello world!')" echo =========== ALL DONE ================ echo Press any key to exit this windiow. pause