July 12, 201214 yr Hi, I was going through a customized copy of Windows XP I created several years ago, and I looked inside one of the batch files. I noticed it had some code I don't remember writing for /f "tokens=3" %%i IN ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup /v "SourcePath" ^| findstr "REG_SZ"') do set SOURCE=%%iis that code a result of using the source variable? If not, what does it do?
Create an account or sign in to comment