therefore I made this TC botton:
button27=shell32.dll,147
cmd27=[specify your dir\]mdd.bat
param27=""%T%O" %P%N"
menu27=Move File to Directory with same name
you can copy this in your DEFAULT.BAR (the number button has to be changed to your last number..in this example it is 27) So if your new button number is for instance 12 them change into:
button12=shell32.dll,147
cmd12=[specify your dir\]mdd.bat
param12=""%T%O" %P%N"
menu12=Move File to Directory with same name
OK! now create the mdd.bat file in the [specify your dir\] from cmd12:
md %1
cd %1
move %2 %1
that's all!
See what happens in the 2 panels if you press the button:
There should be a directory made with the selected file's filename without extension, and the selected file is moved in it!
I'm happy to hear your tip! (hey why not title it 0002-TIPS?)

Let's get the tips started!
Mike