thankspenpen wrote: ↑09 Feb 2018 04:26The Log Parser should be still available for Win XP professional edition:
https://www.microsoft.com/en-us/downloa ... x?id=24659.
penpen

thankspenpen wrote: ↑09 Feb 2018 04:26The Log Parser should be still available for Win XP professional edition:
https://www.microsoft.com/en-us/downloa ... x?id=24659.
penpen
I don't have a choice since I am working in a government... it's hard to request a brand new PC's it takes half or years just to approve a request...ShadowThief wrote: ↑08 Feb 2018 21:55XP stopped being supported two years ago; come into the 21st century already.
foxidrive wrote:Code: Select all
echo off
for /f "delims=" %%a in (' dir /ad /b ')
set "folder=%%a"
setlocal enabledelayedexpansion
set "folder=!folder:_=!"
ren "%%a" "!folder!"
endlocal
)
pause