0
我想從使用Windows命令行的共享文件夾中刪除15天舊文件,從共享文件夾窗口批量刪除X olderdays文件
例::
Set Shared_root=\\server\folder /* Does not work for this input , how can i make this work ?*/
Set shared_root=c:\folder /*Works for this input */
FORFILES /p %shared_root% /d -15 /c "cmd /c ECHO /S /Q @path" >NUL 2>&1