for /f "tokens=3" %%i IN ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup /v "SourcePath" ^| findstr "REG_SZ"') do set SOURCE=%%i
is that code a result of using the source variable? If not, what does it do?
Page 1 of 1
GuiRunOnce %source% environment variable
#1
Posted 12 July 2012 - 04:23 PM
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
#2
Posted 12 July 2012 - 04:38 PM
Yes, it's the result of using the source variable. nLite does it.
Share this topic:
Page 1 of 1



Help
Back to top









