@echo off rem 微信智能客服引擎启动脚本(schtasks 常驻用) rem 用 unai-core 的 cpython(真 python,不 spawn 孪生进程),避免 launcher 双开竞争 cd /d "C:\Users\Administrator\wechatauto-replica" set PYTHONPATH= set VIRTUAL_ENV= "C:\Users\Administrator\AppData\Local\unai-core-os\unai-core-os\python\cpython-3.12.13-windows-x86_64-none\python.exe" wechat_ai_reply.py >> ai_reply.log 2>&1