dir /b produces a nice file-only list
dir /x produces a detailed listing (date, time, size, longname, shortname)
if you combine the two (i. e. dir /b /x) the /x switch gets ignored. this behavior as per this page is by design.
so if you ask for a simple list containing only of shortnames of files, redmont says it is against the rules of heaven to give it to you.
how could one get around this 'by design' issue?
many thanks in advance
p.s. this is to help me achieve something explained in this question. five kind friends have posted answers to whom i am very grateful, but non of the answers helped me get what i want.