Technical Discussion
  >> Windows Issues


Register (or login) on our website and you will not see this ad.


Pages in this thread: 1 | 2 | 3 | 4 | 5 | [6] | (show all)   Print Thread
Standard User MHC
(sensei) Wed 07-Jun-17 12:40:33
Print Post

Re: Explorer Listings


[re: Mikey2] [link to this post]
 
Thanks, it is almost there and would have been one way and fairly simple to use, the only issue I could see way that dates are Modified and I really need Create.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

M H C


taurus excreta cerebrum vincit
Standard User Deadbeat
(knowledge is power) Wed 07-Jun-17 20:04:49
Print Post

Re: Explorer Listings


[re: MHC] [link to this post]
 
Try saving this as a .reg file and running it:

Text
1
23
45
67
Windows Registry Editor Version 5.00
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Here]
@="Command Here" 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Here\Command]@="cmd.exe /k pushd %1"


This will present a "Command Here" entry on your context menu whenever a directory is right clicked.

Then after selecting "Command Here", at the command prompt, enter
Text
1
dir /o /b >filename.txt

This will do a bare, sorted dir and write the result to filename.txt.

Got a function?
We've got it covered!
Standard User Deadbeat
(knowledge is power) Mon 12-Jun-17 16:59:12
Print Post

Re: Explorer Listings


[re: Deadbeat] [link to this post]
 
You will of course need to remove the line numbering. I can no longer edit the post.

Got a function?
We've got it covered!


Register (or login) on our website and you will not see this ad.

Pages in this thread: 1 | 2 | 3 | 4 | 5 | [6] | (show all)   Print Thread

Jump to