Sorry, I have no clue. I’ve tried for a quiet a long time tho
I’ll just c + p everything. can’t even describe it
It says..
‘_internal\setenv.bat’ is not recognized as an internal or external command,
operable program or batch file.
‘””‘ is not recognized as an internal or external command,
operable program or batch file.
this is what i have..
@echo off
call _internal\setenv.bat
mkdir “%WORKSPACE%\data_src” 2>nul
“%PYTHON_EXECUTABLE%” “%DFL_ROOT%\main.py” videoed extract-video ^
–input-file “%WORKSPACE%\data_src.*” ^
–output-dir “%WORKSPACE%\data_src”
pause