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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now