Quote:
Originally Posted by backgreem
Hello,
Using the rtmpdump from KSV it's working
Thanks ZeChico
|
You're welcome.
For a small upgrade for my previous script, a title can be added so it will be easier to identify each prompt window.
The beginning of the script should have the "TITLE" line added, like this:
Code:
@ECHO OFF
TITLE Chaturbate - %~n0
SET savedir=C:\Files
SET model=%~n0
SET /A looptime= 30 * 1000
Or just:
Code:
@ECHO OFF
TITLE %~n0
SET savedir=C:\Files
SET model=%~n0
SET /A looptime= 30 * 1000