boogerlad Posted July 12, 2012 Posted July 12, 2012 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?
Guest Posted July 12, 2012 Posted July 12, 2012 Yes, it's the result of using the source variable. nLite does it.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now