Skip to main content

All Questions

Tagged with
3 votes
2 answers
1k views

DIR command that ignores files with multiple extensions

I have a directory containing a single .exe that I need to find using DIR. However, I also have files in the same directory that end in .vshost.exe. I always end up with both files matched to my *.exe ...
610163's user avatar
  • 33
1 vote
3 answers
3k views

Get files sorted without extension in batch

I would like to have an option to get all the files in the folder, just the names (no path and no extension) and sorted by name, in a simple batch file. I know how to get all the names, but it's not ...
user2254436's user avatar