Code: Select all
set testvar=reg query HKCU\Software\Lotus\Notes\Installer\ /v PROGDIR"
cd %testvar%
it doesn't seem to this properly, am I not performing the command properly?
Code: Select all
set testvar=reg query HKCU\Software\Lotus\Notes\Installer\ /v PROGDIR"
cd %testvar%