Files
EA/OI EA/oi_scraper/run_scheduled.bat
Kunthawat Greethong 39ce46877e Add files
2026-01-12 09:14:10 +07:00

14 lines
359 B
Batchfile

@echo off
REM ==========================================
REM CME OI Scraper - Scheduled Task Version
REM For use with Windows Task Scheduler
REM ==========================================
REM Navigate to script directory
cd /d %~dp0
REM Activate virtual environment and run scraper (no pause)
call venv\Scripts\activate.bat
python main.py
exit %ERRORLEVEL%