The following are true for Copyit v2.2a:

1) The filelist must exist first, such as:

   Copyit c:\bak\*.tmp

   these are the files to be copied.

2) There must be either/or both switches next:

   /f or /d

   specifies the file target, or directory target, in your case:

   Copyit c:\bak\*.tmp /dc:\bak\storage

3) Then to copy files based on their creation date specify /7

   Copyit c:\bak\*.tmp /dc:\bak\storage /7

4) Finally, the date/time range switches:

   /e01/01/2004-01/01/2004

   and

   /t00:00:00-03:00:00

   would copy files within the date/time range for the specific date,
   and any files created between midnight to 3 AM:

   Copyit c:\bak\*.tmp /dc:\bak\storage /7/e01/01/2004-01/01/2004/t00:00:00-03:00:00

Note: However, there is no way to match the filename's exact imbedded
   date and time with the above switches, for example, how would you
   specify the date and time range in 01012004.tmp with the switches.
   Somehow there must be a way to record the current date to the filename,
   perhaps: c:\bak\010?2004.tmp but the date and time switches don't
   work within the filename.
