Do we have in total commander mass directory's creator from

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Loopdemack
Junior Member
Junior Member
Posts: 17
Joined: 2004-05-29, 12:56 UTC

Do we have in total commander mass directory's creator from

Post by *Loopdemack »

Do we have in total commander mass directory creator from filenames or can I find some plug-in with such option like dir lister plug-in which is great by the way but in reverse way.
I know one program for this: http://213.47.164.118/otmar.pilgerstorfer/opsoftware/optools/opmdff/_OpMDFFInst.zip
but its not great and I know some commands like:
CMD.EXE /C for %i in ("*.*") do md "%~ni" -> Dir from file name
CMD.EXE /C for %i in ("*.*") do md "%~xi" -> Dir from extension
CMD.EXE /C for %i in ("*.*") do md abc\"%~nxi" -> Dir from name+extension
abc is example dir

Do you know something about this???

Thanks
Last edited by Loopdemack on 2004-05-30, 19:33 UTC, edited 1 time in total.
Loopdemack
Junior Member
Junior Member
Posts: 17
Joined: 2004-05-29, 12:56 UTC

Post by *Loopdemack »

Let me explain
CMD.EXE /C for %i in ("*.*") do md "%~ni" -> Dir from file name

Open in total commander folder , with files that you want to create into folders or to create dir's or folders from filenames ,when you enter in this dir (stay in that dir) put this shortcut (CMD.EXE /C for %i in ("*.*") do md "%~ni") ,without () ,into command line from Total commander and you will got it .
But it would be nice if we had some plug-in, because if I want to create dirs from some specific files from that dir into dirs names.
User avatar
Lion
Junior Member
Junior Member
Posts: 55
Joined: 2003-05-26, 09:36 UTC
Location: Obninsk, Russia
Contact:

Post by *Lion »

Loopdemack
Take a look at this: https://plugins.ghisler.com/plugins/makebat.zip
"It's all very simple: In a white cloak..." - M. Bulgakov. The Master and Margarita.
Post Reply