reoder by type

  • Thread starter Thread starter Jean Pierre Daviau
  • Start date Start date
J

Jean Pierre Daviau

I would like a line of code that reorganize the files in a folder by type.

Is this possible?

Jean
 
Jerold said:
For /f "Tokens=*" %%a in ('dir c:\Folder /a-d /oen') do @echo %%a

Or, he may just want this:

dir /oe

David
Stardate 5223.0
 
Thanks.

I was meaning reorder and reorganise the files display on the desktop like
we can do with a right-click.

Sorry for the confusion
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top