[C:\temp\temp]
>ver
TCC 9.02.151 Windows XP [Version 5.1.2600]
[C:\temp\temp]
>*cdd /t .
[C:\temp\temp]
>*dir /h
Volume in drive C is unlabeled Serial number is 5468:a34c
TCC: (Sys) The system cannot find the file specified.
"C:\temp\temp\*"
0 bytes in 0 files and 0 dirs
12,707,926,016 bytes free
[C:\temp\temp]
>
If I create new directory at the command line, it appears in the List View pane, but not the Folders view.
[C:\temp\temp]
>mkdir test2
[C:\temp\temp]
>*cdd test2\
The List View still displays 'test2', as though the cwd were \temp\temp.
[C:\temp\temp\test2]
>*cdd /t .
Folders view and List View still behave as though \temp\temp is the cwd.
What's going on?
[UPDATE]
Similarly, if I delete an immediate subdirectory via command line, the List view is updated, but the Folders view is not. If I click on the now non-existent folder in the Folders view, there is an error about the folder referring to a location that is unavailable...
>ver
TCC 9.02.151 Windows XP [Version 5.1.2600]
[C:\temp\temp]
>*cdd /t .
[C:\temp\temp]
>*dir /h
Volume in drive C is unlabeled Serial number is 5468:a34c
TCC: (Sys) The system cannot find the file specified.
"C:\temp\temp\*"
0 bytes in 0 files and 0 dirs
12,707,926,016 bytes free
[C:\temp\temp]
>
If I create new directory at the command line, it appears in the List View pane, but not the Folders view.
[C:\temp\temp]
>mkdir test2
[C:\temp\temp]
>*cdd test2\
The List View still displays 'test2', as though the cwd were \temp\temp.
[C:\temp\temp\test2]
>*cdd /t .
Folders view and List View still behave as though \temp\temp is the cwd.
What's going on?
[UPDATE]
Similarly, if I delete an immediate subdirectory via command line, the List view is updated, but the Folders view is not. If I click on the now non-existent folder in the Folders view, there is an error about the folder referring to a location that is unavailable...