View Single Post
  #2  
Old 05-07-2011, 05:28 AM
Stream Recorder
 
Posts: n/a
Default

Re: Renaming rtmpdump downloads automatically based on date and time (Windows, Linux)


Quote:
Originally Posted by KSV View Post
Code:
for /f "tokens=1-6 delims=/:." %%a in ("%date%.%time%") do set FileName="MyShow - %%a-%%b-%%c - %%d-%%e-%%f.flv"
Thank you for a great tip!!!

Could you please explain how it works? Specifically:
1. Where do the variables %%b, %%c, %%d, %%e, %%f come from?
2. What is "tokens=1-6 delims=/:."?
Reply With Quote