Mike NYC
2021-10-16 17:18:35 UTC
Hi ALL...
I have a simple search, copy, move batch file
I only does "todays" files...
Suppose I need yesterdays or 2 days ago or 3 etc etc
what would I change in here:
del c:\todayhtr\*.* /q
set filestocopy=c:\htr\%DATE:~4,2%%DATE:~7,2%*.*
copy %filestocopy% c:\todayhtr
thxs guys
I have a simple search, copy, move batch file
I only does "todays" files...
Suppose I need yesterdays or 2 days ago or 3 etc etc
what would I change in here:
del c:\todayhtr\*.* /q
set filestocopy=c:\htr\%DATE:~4,2%%DATE:~7,2%*.*
copy %filestocopy% c:\todayhtr
thxs guys