append date and time to a file - Windows Views : 382
Tagged in : Windows
0 0
Send mail
batch command to append date and time to a file:

To append the date and time to a file in batch script.
cd test
for %%i in (*.*) do ren %%i %%i-%date%-%time%

By Ramya, On - 2010-02-17



    Login to add Comments .