My Windows laptop asks me to format my micro SD card (read via a micro SD-to-SD adapter) before using it further. The card contains only photos from a camera, and I’d like to recover them before doing anything else. I’ve read that the safest approach is to first create a […]
Daily Archives: June 5, 2025
11 posts
I am using Windows 11 and have a simple renaming script that I’m trying to simplify but can’t figure out how to use wildcards in the variable. SETLOCAL EnableExtensions DisableDelayedExpansion pushd "." FOR /f "delims=" %%G IN ('dir /a-d /b /s /o-n') DO ( SET "_FFN=%%~fG" File Full Name SET […]