Search found 1 match

by ntoreax
18 Mar 2022 05:40
Forum: DOS Batch Forum
Topic: Delete x Second older files
Replies: 10
Views: 14724

Re: Delete x Second older files

hello everyone am new to the bat scripting allow me to ask a few question on the shared script so what this one does is it picks files older than 1 min lets say depending on what value provided here ( set "Xtime=1") @echo off cls Mode 50,10 Title Xtime Delete setlocal enabledelayedexpansion :Loop se...