mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 19:25:24 +00:00
6 lines
150 B
Batchfile
6 lines
150 B
Batchfile
@echo off
|
|
call C:\Users\arkoh\miniconda3\Scripts\activate.bat memos
|
|
:loop
|
|
python -m screen_recorder.record --once
|
|
timeout /t 5 /nobreak >nul
|
|
goto loop |