How to create a batch script package that will delete a folder on a schedule?
Write a script package to delete the file
rd <YOURDIR>
and then schedule it in Windows Tasks.
, .
@echo off rd <enter your directory name here>
filename.bat
.
, , , , at, .bat.
, bat .
.microsoft.com
Source: https://habr.com/ru/post/1704260/More articles:How can I get the username from the WCF authentication service? - c #How to write a batch file to delete folders and files in time? - scriptingHow do you handle a variable number of MVC routes? - asp.net-mvcДолжны ли "системные данные" быть в базе данных? - databasehow to combine fixed height header with flexible page layout - javascriptSQL date pattern for dates when the user may not know all the information - dateHow does ASP.Net MVC ActionLink work? - asp.net-mvcSQL Server: synonym snapshot transaction issue in Express Edition - sqlSAS Macro GLOBAL scope - globalRegex matches everything except quoted string in C # - c #All Articles