Files
chache_rtsp/start.bat
2025-06-26 16:48:49 +08:00

12 lines
234 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
:: 激活 chache 虚拟环境
call conda activate chache
:: 切换到 .bat 文件所在目录main.py 所在目录)
cd /d %~dp0%
:: 运行主程序
python main.py
:: 防止窗口关闭,方便查看输出结果
pause