.EXAMPLE.....: 82 Rename a file to a name that contains today's time .CATEGORY....: examples .DISCUSSION..: This is a way to keep a complete series of files, such as log files,
that are all created with the same name on the same day. The only
requirement is that they be created at least one minute apart. You
won't need to be able to decipher the absolute minute to figure out when
the file was created; you can simply do a DIR on the file and look at
its date/time stamp.