Batch parent folder creation?

I have a scenario in which I will need to create a parent folders for multiple items in a lister:

Folder A would need to go into a new parent folder called cFolder A
Folder B would need to go into a new parent folder called cFolder B
Folder C would need to go into a new parent folder called cFolder C
etc
Is there a simple way for people that don't know how to script to make this more automated?
Thank you!

Select the folders and run

Copy MOVE HERE CREATEFOLDER=c{file}

Thanks! So, do I use the Tools Menu>Command Prompt Here>MOVE HERE CREATEFOLDER=c{file}
?

Button or Hotkey.

2022-08-01_173134

Thank you all so much!