Reparse points and /R

Charles Dye

Super Moderator
Staff member
May 20, 2008
4,689
106
Albuquerque, NM
prospero.unm.edu
CD, CDD, and PUSHD have a /R option to resolve reparse points. It seems to me that this option works in CDD, but is a no-op in the other two:
Code:
C:\>ver

TCC  21.01.61   Windows 7 [Version 6.1.7601]

C:\>dir /a /b c:\doc*
Documents and Settings [C:\Users]

C:\>cd /r "c:\Documents and Settings"\

C:\Users>-

C:\>cdd /r "c:\Documents and Settings"\

C:\Documents and Settings>-

C:\>pushd /r "c:\Documents and Settings"\

C:\Documents and Settings>popd

C:\>