Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
finding oldest folder
Name: Gubien Date: March 23, 2009 at 04:48:53 Pacific OS: Windows Vista Subcategory: Batch
Comment:
Like this script finds the oldest file
@echo off for /f "tokens=*" %%F in ('dir *.* /b /a-d /o-d') do set Oldest=%%F echo Oldest=%oldest%
Summary: Hi, I have learned lots through reading this site (usually find it via google). It's encouraged me to set up and account and pose some more questions, and hopefully answer some as time goes by... Belo...
Summary: :Privet cls color f echo. echo Please Choose a Name For Your Privet Folders :- echo ----------------------------------------------- echo. ping localhost -n 1 >nul set /p newf= Folders Name: echo. ...
Summary: I am trying to search the C:Documents and Settings folder and find a specific folder name and have it get deleted. I have several users on one computer so it needs to look in each user name directory ...