Home > Mobile >  Simplest way to create filename with date and time in command line or batch file
Simplest way to create filename with date and time in command line or batch file

Time:04-10

I need to append date/time to some test log files generated multiple times in a day. Some suggest doing it like:

set CUR_YYYY=           
  • Related