multiple directories with F7
Moderators: Hacker, petermad, Stefan2, white
multiple directories with F7
Sometimes I need to create couple of directories, for instance:
tmp1 tmp2 tmp3 ... tmp7.
It's quite boring to create them manually one after one.
Is there any way to create them at a time?
I mean something like F7 -> tmp1; tmp2; tmp3; tmp4; tmp5; tmp6; tmp7.
Maybe something like Multi-rename tool will be very helpful.
tmp1 tmp2 tmp3 ... tmp7.
It's quite boring to create them manually one after one.
Is there any way to create them at a time?
I mean something like F7 -> tmp1; tmp2; tmp3; tmp4; tmp5; tmp6; tmp7.
Maybe something like Multi-rename tool will be very helpful.
Already required
2mrbeeye
Hello !
• Please, have a look here :
http://www.ghisler.ch/board/viewtopic.php?t=2730&start=0&postdays=0&postorder=asc&highlight=create+dirs
• Sometimes, the search engine works…
Kind regards,
Claude
Clo

• Please, have a look here :
http://www.ghisler.ch/board/viewtopic.php?t=2730&start=0&postdays=0&postorder=asc&highlight=create+dirs
• Sometimes, the search engine works…


Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
multiple....
Using MS-DOS commands under Windows XP is little out of practise but obviously it can't be helped.
I thought Christian Ghisler may implement something to solve that.
I thought Christian Ghisler may implement something to solve that.
Cool!Lefteous wrote:2mrbeeye
Creating multiple directories at once (taken from another thread, can't remember which one):
1\..\2\..\3\..\4
will create four directories called 1, 2, 3 and 4. You can use a / instead of a \ as separator as well.
You can do much more with this knowledge:
Create a directory: 'c:\LEVEL0\LEVEL1\LEVEL2\LEVEL3\'
Code: Select all
c:|-LEVEL0
|- LEVEL1
|- LEVEL2
|-LEVEL3
then press [F7] and write "LEVEL4\..\..\LEVEL3a\..\LEVEL3b\..\..\LEVEL2a\..\..\LEVEL1a\..\LEVEL1b\..\..\LEVEL0a\LEVEL.1\..\LEVEL.2"
and press enter. You create a structure like this
Code: Select all
c:|-level0
| |- LEVELl1
| | |- LEVEL2
| | | |-LEVEL3
| | | | |-LEVEL4
| | | |-LEVEL3a
| | | |-LEVEL3b
| | |- LEVEL2a
| |-LEVEL1a
| |-LEVEL1b
|-LEVEL0a
|-LEVEL.1
|-LEVEL.2

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
Great! It works perfectlyValentino wrote:And with command [F7] "..\D\..\E\..\F" while being in "C:" you can create some additional hard disks if your C drive is out of space... So no need to buy additional HDDs anymore! Cool...

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
- DarkKnight
- Junior Member
- Posts: 35
- Joined: 2004-03-29, 19:53 UTC
- pdavit
- Power Member
- Posts: 1529
- Joined: 2003-02-05, 21:41 UTC
- Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
- Contact:
Roman (aka Hacker) hosts a site for hits&tips but I always forget the link. Oh, and I always forget to bookmark it!DarkKnight wrote:Very nice trick! How do you guys find such things? There should be a place where we could collect, sort and maintain tips&tricks like that. What do you think about doing that in WiKi or something similar?

Can we have it again Roman?

"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
Christian Ghisler Rules!!!
2DarkKnight
I found what I was looking for: http://www.wakkawiki.com/WakkaWiki
Sounds good. Where can I get more information. I've heard about an addon for the Zope management system, but I prefer a php/mysql solution, because Zope is not provided by my webhoster. Is it possible?What do you think about doing that in WiKi or something similar?
I found what I was looking for: http://www.wakkawiki.com/WakkaWiki
Last edited by Lefteous on 2004-05-16, 11:02 UTC, edited 1 time in total.
- pdavit
- Power Member
- Posts: 1529
- Joined: 2003-02-05, 21:41 UTC
- Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
- Contact:
Thanks! It's in the bookmarks now!Valentino wrote:http://www.bearfacts2.com/forums/forumdisplay.php?f=3
"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
Christian Ghisler Rules!!!
Lefteous' idea is really cool!Sheepdog wrote:Cool!Lefteous wrote:2mrbeeye
Creating multiple directories at once (taken from another thread, can't remember which one):
1\..\2\..\3\..\4
will create four directories called 1, 2, 3 and 4. You can use a / instead of a \ as separator as well.
You can do much more with this knowledge:
...

c:\LEVEL0\LEVEL1\LEVEL2\LEVEL3\LEVEL4\..\..\LEVEL3a\..\LEVEL3b\..\..\LEVEL2a\..\..\LEVEL1a\..\LEVEL1b\..\..\LEVEL0a\LEVEL.1\..\LEVEL.2