Find all excel files modified 10 days back in the current folder and subfolders. forfiles /D -10 /S /M *.xlsx /C "cmd /c echo @path". In the above command ...
確定! 回上一頁