Hi
With Linux I can use a command like this:-
Code:
NOW=$(date +"%Y-%m-%d-%H-%M"); vlc --run-time=30 http://stream-sd.radioparadise.com:9000/rp_192.ogg --sout "#std{access=file,mux=ogg,dst=$NOW-RadioParadise.ogg}" vlc://quit
It gives me a downloaded file with this filename format:-
2011-12-17-18-36-RadioParadise.ogg
What is the syntax when using
Windows from cmd or with a bat script to give the file a name with the timestamp in the filename?