C
CG
I have a reg file to double click into the registry, if I put a line in the
file that I "rem" out will that interfere with the installation of the file?
See example below. Is the last line going to cause problems installing the
registry entries? Or will it ignore it like a batch file would?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session
Manager\Environment]
"IBERDIR"="C:\\DIR"
"IBERROOT"="DIR"
"ROBUST"="TRUE"
"SERVER"="xxxx_ComPutername"
"SERVERCAPABLE"="TRUE"
"TERM"="5"
"TERMSTR"="xxxx_COMPUTERNAME"
REM "xxxx" should be replaced with site number from staging sheet.
file that I "rem" out will that interfere with the installation of the file?
See example below. Is the last line going to cause problems installing the
registry entries? Or will it ignore it like a batch file would?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session
Manager\Environment]
"IBERDIR"="C:\\DIR"
"IBERROOT"="DIR"
"ROBUST"="TRUE"
"SERVER"="xxxx_ComPutername"
"SERVERCAPABLE"="TRUE"
"TERM"="5"
"TERMSTR"="xxxx_COMPUTERNAME"
REM "xxxx" should be replaced with site number from staging sheet.