- May
- 13,738
- 209
I'll try again. Below, I'm using the same INI file in both v34 and v33. It contains
DirHistoryOnEntry=No
. In v34 I get no directory history entries. In v33 I get the expected ones. [If I switch to DirHistoryOnEntry=Yes
I'll get entries in both v33 and v34.] Since "No" is the default, I'm surprised no one else is complaining. I use the directory history all the time.
Code:
v:\> *ver
TCC 34.00.13 x64 Windows 10 [Version 10.0.19045.5247]
v:\> option DirHistoryOnEntry
DirHistoryOnEntry=No
v:\> dirhistory /f
v:\> do d in /L c:\ c:\users c:\windows d:\Serv-U\ t:\ v:\ (cdd %d) & dirhistory | tail /n 6
v:\>
Code:
v:\> *ver
TCC 33.00.20 x64 Windows 10 [Version 10.0.19045.5247]
v:\> option DirHistoryOnEntry
DirHistoryOnEntry=No
v:\> dirhistory /f
v:\> do d in /L c:\ c:\users c:\windows d:\Serv-U\ t:\ v:\ (cdd %d) & dirhistory | tail /n 6
V:\
C:\
C:\Users
C:\Windows
D:\Serv-U
T:\
v:\>