View Single Post
Old Jun 5th, 2005, 12:34 AM   #2
Riddle
Programmer
 
Riddle's Avatar
 
Join Date: May 2005
Location: Nar Shaddaa
Posts: 42
Rep Power: 0 Riddle is on a distinguished road
Send a message via ICQ to Riddle Send a message via AIM to Riddle Send a message via MSN to Riddle
Well.. look into the %date% variable. This doesn't give a mmddyy format, but you might be able to modify it. You could use the echo command and output operators (> for truncating or >> for appending) for the file. Example:
echo mms://hostname/%date%/ >> %date%.strm

Of course, this would pose the problem of illegal characters in a filename ('/'), so you'd have to find a way to modify the data given from the %date% variable.

Good luck.
Riddle is offline   Reply With Quote