In DOS it was possible to create a text file containing the listing of a chosen directory by adding ‘>’ and a filename after a ‘dir’ command, e.g. ‘dir *.* > content.txt’.
Is it possible to do this in Windows without having to resort to a command prompt ?
Thanks in advance.
Paul