Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1704

Directory history not working with DirHistoryOnEntry=No

$
0
0
Directory history doesn't seem to be working!

Code:
v:\> option DirHistoryOnEntry
DirHistoryOnEntry=No

v:\> cdd c:\

c:\> cdd d:\

d:\> cdd t:\

t:\> dirhistory | tail /n 5
C:\Users\vefatica\AppData\Local\Programs\Python\Launcher
T:\
V:\
D:\r
D:\gnu

t:\>

When I use DirHistoryOnEntry=Yes, it works.

Code:
t:\> option //DirHistoryOnEntry=Yes

t:\> cdd v:\

v:\> cdd c:\

c:\> cdd d:\

d:\> cdd t:\

t:\> dirhistory | tail /n 5
D:\gnu
V:\
C:\
D:\
T:\

Viewing all articles
Browse latest Browse all 1704

Trending Articles