Forum Moderators: open
i am using this REN C:\news_full_night.mp3 news_full_night_%DATE%.mp3
but its not working because obviously / are not valid characters.
any ideas?
ren test.txt %date:~10%-%date:~4,2%-%date:~7,2%_test.txt
does this test.txt to 2007-07-24_test.txt
thanks again!