Create Folders/Name FOlders From Selected Files?

WOuld like to be able to select several files and create a folder that all files are placed with the folder being named after say, the first selected file.

Any help would be great.

THanks

Look here: Creating folders from filename
(Searcher123 posted a button there)

Here's another solution if you don't want to be prompted to confirm the folder name:

@firstfileonly
dopusrt /cmd Copy MOVE HERE CREATEFOLDER {file$|noext}

Thank you both.