Hello i use the following command to delete files older than X days [%numb% is de amount of days]
forfiles -p "%temp%" -s -m *.* -d %numb% -c "cmd /c del @path"
Still..
When i execute it it just promps me with all features of forfiles and how it should be used... Help?