Discussion:DOS/Del
Ajouter un sujetApparence
Dernier commentaire : il y a 2 ans par DavidL
forfiles /p "C:\Temp" /s /m *.* /c "cmd /c Del @path" /d -60
commande testée ce jour, ne marche pas — Ce commentaire non signé a été ajouté par 193.91.117.11 (d · c · b).
- Le chemin n'est pas le bon pour Windows.
- La commande devrait être :
forfiles /p "%TEMP%" /s /m *.* /c "cmd /c Del @path" /d -60
- ◄ David L • discuter ► 27 mai 2022 à 18:37 (CEST)