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

Re: seeon.tv: Trying to record this stream


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"
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