Done Norton NCD

ron

Aug 19, 2008
151
0
Found myself wishing for this today. CDD is nice if you know what you're looking for. Today I wanted a full screen view of the folders on the current drive. Then I could search withing that view.
 
Apr 2, 2011
1,607
15
55
North Carolina, USA
A graphical interface aka NCD would be great but for now I have used WinNc before - it's quite like NC.
 
May 29, 2008
47
0
Orion Arm, MWG
It's slow, kludgy and probably not an ideal solution but when I want/need something like you mentioned, I merely pipe the output from TREE into LIST. That gives me the ability to scroll downward and upward through the list -- unlike a simple TREE /P -- as well as search it. Issuing **\ from a prompt brings up a popup window (for me) listing all the directories but is only as accurate as JPSTREE.IDX is and doesn't have the helpful indenting that TREE provides. That method also includes the directories on all indexed drives, which may not be desirable. You could also simply LIST (or V[IEW]) JPSTREE.IDX, for which I apparently made an alias and forgot about long ago. :-P

The only really distasteful part of piping TREE's output into LIST is having to wait for the tree to be built, and that delay can be significant depending on the starting point of the tree and other circumstances. I can usually live with that since I rarely need a disk-wide tree but your mileage may vary.

Anyway, these were just some ideas without having to use any external utilities.
 
Apr 2, 2011
1,607
15
55
North Carolina, USA
Just wondering about any TCMD/TCC aliases that would do the same as all variety of options fro mthe last version of Norton CD.Here is the image from the last version released.

ncd_options.png


NCD /R = CDD /S
NCD /N =
etc...
 
Apr 2, 2011
1,607
15
55
North Carolina, USA
NCD /R = CDD /S
NCD /N =
NCD /V = LABEL
NCD /L =
NCD /A =CDD /A
NCD /P =
NCD /G =
NCD /NG =
NCD /T = DIR /U
NCD MD = MD
NCD RD = RD
NCD SIZE =
NCD RMTREE = RMDIR /S
NCD /BATCH =
NCD COPY = COPY <not sure of options>
NCD GRAFT = MOVE <not sure of options>
NCD /DELETE =

So.....

NCD [drive:][pathname] [/R] [/N]
NCD [drive:] /L[:output] [/G | /NG | /T] [/P] [/A] | /V[:label]
NCD RMTREE [/BATCH] | MD | RD | SIZE pathname
NCD COPY [/DELETE] | GRAFT source destination

would equal ????