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?
Moderator: DosItHelp
Code: Select all
set testvar=reg query HKCU\Software\Lotus\Notes\Installer\ /v PROGDIR"
cd %testvar%
Code: Select all
set "testvar=reg query HKCU\Software\Lotus\Notes\Installer\ /v PROGDIR"
Code: Select all
cd %testvar%
Code: Select all
%testvar%