FULLSCREEN CONTENTS Project Home Page
.EXAMPLE.....: 68 Change a file's name to a name containing an absolute minute
.ALIAS.......: 68
.CATEGORY....: examples 
.CODE........:

COMMENT
  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.

FDATE /FF /At /Ominute# /VJulMin
REN online.log %JulMin%.log
SET JulMin=