Quote:
Originally Posted by ihryjfbd
Ok try this instead, created the model folder for me just recording kokette22 now.
Code:
set OUT_DIR=C:\captures
set SECONDS=15
set /p model=Enter username:
set model=%model:https://chaturbate.com/=%
set model=%model:/=%
if not exist %OUT_DIR% (mkdir %OUT_DIR%)
to
Code:
set SECONDS=15
set /p model=Enter username:
set model=%model:https://chaturbate.com/=%
set model=%model:/=%
set OUT_DIR=captures\%model%
if not exist %OUT_DIR% (mkdir %OUT_DIR%)
minFileSizeMb??
you could add this which clear the folder of all zero byte files.
Code:
:doCapture
for /r %%F in (*) do if %%~zF==0 @del "%%F"
|
where to add, exactly the lines for remove the 0kb files?
I mean, if i do add in the main script, after the "do capture" part, it doesn't work at all...