Files
dy/启动抖音一键采集器.bat
2026-07-23 17:56:25 +08:00

10 lines
237 B
Batchfile

@echo off
rem 启动采集器(等待浏览器打开后再关闭本窗口)
cd /d "%~dp0douyin-im-collector"
if not exist "_run_startup.cmd" (
echo [ERROR] douyin-im-collector not found.
pause
exit /b 1
)
call "_run_startup.cmd"