Contents tagged with DOS
-
IF-THEN-ELSE in Batch Files and DOS Command-Line
http://www.trytoprogram.com/batch-file-if-else/
-
Delete File Older Than X Days
ForFiles /p "C:\path\to\folder" /s /d -30 /c "cmd /c del @file"
http://www.trytoprogram.com/batch-file-if-else/
ForFiles /p "C:\path\to\folder" /s /d -30 /c "cmd /c del @file"