Thursday, February 24, 2011

sample command line to extract registry value via command line

C:>for /F "skip=2 tokens=3" %i in ('reg query hkcr\.pdf\ /ve') do echo %i

No comments:

Post a Comment