Batch file, change filename with system date and time infor

Status
Not open for further replies.

beidog

Distinguished
Oct 19, 2010
24
0
18,510
I wrote a bat file like this, to changea file name, test.txt to testMonthDayYearTime".txt



here is what i wrote:
ren c:\example\test.txt test%date:~4,2%%date:~7,2%%date:~10,4%%time:~0,2%%time:~3,2%%time:~6,2%%.txt”



But after running, the file name is test12182010 093012.txt, a space is between date and time. I don;t want the space. Anyone know what's wrong.
 
Status
Not open for further replies.