How can i do the following (below) based on this script write in usercmd.ini
[em_ext_copyallnewdir]
cmd=%COMSPEC% /c
param=(if not exist "%T%O" md "%T%O") && (if not exist %P%N\ for %%i in (%P%S) do if not exist %%i\ copy %%i "%T%O\")
menu=Copy marked files to directory with name under cursor to opposite panel
button=%COMMANDER_PATH%\wcmicons.dll,29
i would like basicaly the same with some extra but unfortunately im not familiar with the commands

directory:
movie.serie-apple
-- moviepart.r00
-- moviepart.r01
-- moviepart.r02
-- moviepart.r03
-- moviepart.r04
-- moviepart.rar
On the source panel im standing with the cursor on the directory "movie.serie-apple"
I push the menu bar button i put it on as usual, and create a directory with the same name on the opposite panel and entrr in it.
On the source panel also enter in the "movie.serie-apple" and searching for *.rar file and unpack it to the opposite panel's already entered directory.
I intentionally gave the name "movie.serie-apple" because with %O or %N gives truclated name "move" (i dont know why)
In the plugin extDir there is a "compatibility' switch, where this truncation solved.
Do you think is it solvable? or can someone make a plugin?