Get Recent folder name Get link Facebook X Pinterest Email Other Apps May 21, 2018 for /f "delims=" %%a in ('dir "C:\" /b /ad-h /od "Anoth*"') do set "latestDir=%%~a" echo %latestDir% Get link Facebook X Pinterest Email Other Apps Comments
Remove everything AFTER string in Notepad++ August 30, 2023 i/p: srinivaskuamrgoud wants to delte after goud test and all o/p: srinivaskuamrgoud use below method. Read more
batch file - counting number of files in folder and storing in a variable January 03, 2022 c:\WINDOWS\LiveKernelReports> attrib.exe /s ./*.dmp | find /v "File not found - " | find /c /v "" output : count of files present in that folder (including subfolder files aswell) Read more
EXE's helps for display validation May 02, 2025 EXE's helps for display validation https://drive.google.com/drive/folders/1SVlm8WfvX1FfMuRLSksh-dBFjnV3ZzXp?usp=sharing Read more
Comments
Post a Comment