Search found 1 match

by cartoonjunkie
15 Sep 2010 12:17
Forum: DOS Batch Forum
Topic: Script to delete files
Replies: 2
Views: 3913

Script to delete files

Hello I created a script that deletes files that are more then 8 days old this is the script forfiles /p H:\DATA\SCANS\ /s /m *.* /d -8 /c "cmd /c del echo @FILE" I am running this script on multiple servers and it works on all but one of them. On the server that the script fails on I get ...