I am trying to create a batch file that renames all the files in a folder named concatenate underscore and date. For example, if there is a file name> User1, then it will be> User1_25072012. I found code that changes the entire file name by date, but not by name and date, as in the above example.
Could you show me a way?
Thanks in advance.
source share