Button to move files in folder named from file

Is it possible to put this into a right-click context menu?
I found this page, but I'm not sure how it would work with XML:

EDIT ---- SOLUTION --- MANAGED TO FIGURE IT OUT USING THIS INFO:
gpsoft.com.au/help/opus10/in ... t_Menu.htm

Pretty easy, just follow below:
Settings > File Type > All Files and Folders > Context Menu > Run an Opus function > Paste code below into box > done!

@nofilenamequoting
@runonce @set Folder={file|noext}
@runonce CREATEFOLDER READAUTO=no "{file|noext}"
Copy MOVE TO ".\{$Folder}"
@keydown:shift
Rename {$Folder}

I'm super happy this mod exists...
older apps like "Files2Folder" don't seem to work with Win8,
there's no other options!!

Now there is!
Thx Dopus!

1 Like