💻 Software
DOS Batch file to find "new" files by date
Fresh7 days ago
Mar 15, 202647868 viewsConfidence Score0%
0%
Problem
My PC has entered an infinite BSOD loop - but I do have access to a safe-mode command prompt. I'm trying to get an idea of "what changed" that might have triggered this. e.g. I might have gotten a virus, or an app update went belly up. I'd like to thus see which files were created/modified in the l…
Error Output
REM This will find the files, but the results are all muddled REM all EXE files, reverse sort by date, recursively through sub-directories dir *.exe…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: DOS Batch file to find "new" files by date
Low Risk
this is a simple, albeit roundabout way, using xcopy. you can look at to see the switches etc. This command will output a list of files and paths in the folder recursively, that were modified on or after 12/1/2000, without actually copying them. NOT…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix