Search found 1 match

by sarcasteak
14 Sep 2009 09:27
Forum: DOS Batch Forum
Topic: Getting a Directory Path From Registry
Replies: 1
Views: 4081

Getting a Directory Path From Registry

I think I am going about this the wrong way

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?