forfiles is not recognizing the + sign for the /d parameter, and i can't see why, please help?
Here's my command, i've attached a screenshot showing the files within the folder the command is being ran, the multiple ways i've attempted to get it to work, and i'm showing how it works for the - sign no problem.
forfiles /p E:\Test /m *.* /d +7 /c "cmd /c echo @file"
Goal: I'm trying to utilize forfiles to recognize files only from the last 7 days, then i want to run a 7zip on the files that were found. I just need forfiles to work!