Silver member 【26933062】, if you see this, please help improve it!!! Thanks
When testing that day, a case was missed, that is, now it is June, so we should delete the files and folders before 200801!
But the current situation is that the things before 200701 are deleted! This is incorrect
It seems to be the reason for this section of the command, help analyze it (it seems that the date conversion was also done for the situation like if %mm% gtr 0)
if %mm% leq 0 set /a nn=1
set /a m=(12+mm)%%12,y=yy-nn
if %m% equ 0 set m=12
set m=0%m%
set yy=%y%%m:~-2%
Dear experts, please help, thanks
When testing that day, a case was missed, that is, now it is June, so we should delete the files and folders before 200801!
But the current situation is that the things before 200701 are deleted! This is incorrect
It seems to be the reason for this section of the command, help analyze it (it seems that the date conversion was also done for the situation like if %mm% gtr 0)
if %mm% leq 0 set /a nn=1
set /a m=(12+mm)%%12,y=yy-nn
if %m% equ 0 set m=12
set m=0%m%
set yy=%y%%m:~-2%
Dear experts, please help, thanks
