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
Do we have in total commander mass directory's creator from
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 17
- Joined: 2004-05-29, 12:56 UTC
Do we have in total commander mass directory's creator from
Last edited by Loopdemack on 2004-05-30, 19:33 UTC, edited 1 time in total.
-
- Junior Member
- Posts: 17
- Joined: 2004-05-29, 12:56 UTC
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.
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.
Loopdemack
Take a look at this: https://plugins.ghisler.com/plugins/makebat.zip
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.