Hello guys. I need a batch file to delete files in a folder older than N days. I could run it, but the job fails when there are no files. How to ignore/bypass when there are no files. My scripts fail if no files exist at that location. What should I do?
Jaden· Answered on Apr 19, 2024
To clear up space and keep your files organized, you can use Command Prompt and Task Scheduler in Windows to automatically remove files older than a specified number of days.
However, please ensure that all of the files to be evaluated for deletion are in a parent folder. It's OK if this parent folder has subfolders because the batch script will also search for and remove files in subfolders.
To begin, launch the Command Prompt with administrative privileges. To do so, type cmd into the Taskbar search box, select Run as administrator and then press the Yes button. You can use this command in a Batch file:
Change "PATH" to the unique path you run the command for. This example uses 15 days as the required age, but you can adjust this by changing both numbers in bold.
The command breakdown for the CMD line is as follows:
If any of your files become corrupted while the script is running, you can learn how to delete corrupted files using a variety of approaches. However, if you enter the wrong path and accidentally delete some important files, you should immediately stop using your hard drive and utilize a file recovery application to recover them. EaseUS Data Recovery Wizard is a powerful data recovery software that can recover deleted, lost, formatted, inaccessible or corrupted files.
Use EaseUS Data Recovery Wizard to recover deleted or lost files easily and quickly.
Tutorials on how to recover lost, deleted, or formatted data from HDD, SSD, USB, SD card, or other storage media on Windows and Mac.
How to Fix Can't Delete a File That's Stuck on Desktop
There are several methods to delete a file that is stuck on your desktop, and we will show you some possible solutions to help you troubleshoot this problem in this passage.
Dany
Apr 19, 2024
Can't Delete PDF Files from A Shared Folder, What Can I Do
Shift + Delete can be used to delete PDF files or directories permanently. If you still can't remove PDF files on a Windows server, read how to force delete a PDF file that won't be deleted on your Windows PC.
Jaden
Jun 17, 2024
Do Delete Files from SD Card Go to Recycle Bin on Windows
Do delete files from SD card go to Recycle Bin? After deleting some files from your SD card, you can't find the deleted files in Recycle Bin. If you want to know where the deleted files from the SD card go, this article will tell you the answer.
Brithny
Apr 22, 2024
Script to Delete Files Older Than 7 Days
You can move files older than 7 days to another folder with a script or using command lines. Let us find out how to move the files instead of deletion.
Dany
Jun 04, 2024
How to Recover Deleted Files Using Restore Previous Versions
If you accidentally or unintentionally deleted files and then emptied the Recycle Bin, don't worry! This article will introduce how to recover deleted files using Restore Previous Versions feature. Read on to learn detailed information.
Brithny
Mar 22, 2024
Can I Recover Permanently Deleted Files Without Previous Versions
Can I recover permanently deleted files without previous versions? Don't worry if you don't have the previous version of your deleted files. This article will introduce effective ways to recover permanently deleted files without previous versions.
Brithny
Mar 25, 2024