Note that there are some explanatory texts on larger screens.

plurals
  1. POwrite a batch file to remove the folders by date and time wise
    primarykey
    data
    text
    <h3>Exact Duplicates:</h3> <ul> <li><a href="https://stackoverflow.com/questions/625613/how-do-i-write-a-batch-file-to-delete-folders-and-files-on-a-time-basis">How to write a batch file to delete the files which are 5 days or older from a folder?</a></li> <li><a href="https://stackoverflow.com/questions/662607/">write a batch file to delete 6 days older files from a folder</a></li> <li><a href="https://stackoverflow.com/questions/659770/">write a batch file to delete 5 daya older files from a folder</a></li> <li><a href="https://stackoverflow.com/questions/625613/">How do I write a batch file to delete folders and files on a time basis?</a></li> <li><a href="https://stackoverflow.com/questions/615008/">How do I create a batch script that will delete a folder on a scheduled basis?</a></li> <li><a href="https://stackoverflow.com/questions/658717/">write a script to delete files from a folder which are 5 days older than current date</a></li> </ul> <p>I have a folder named 'dump' on a sever on a network. Every day lot of temp files and folders will be saved in that folder. </p> <p>I want to delete those files and sub folders. The condition is that I want to delete one hour before files &amp; folders only i.e one our before the current time when we are running the batch file. </p> <p>This means I want to keep one our files in that folder to run the other ACTIVITIES. like this current time.</p> <ol> <li>go to folder and list the files as time wise</li> <li>get the current time</li> <li>delete the files which were 1 hour older than current time</li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload