append date and time to a file - Windows Views : 356
Tagged in : Windows
Send mail vote down 0 vote down 0
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 .