Windows Annoyance
Windows Annoyance
Alright, this is driving me nuts.
At work, we have a really giant tree of files we have to navigate through. Some of the files I need to get at are six to seven layers deep. In Windows Explorer, I set up bookmarks to quickly jump from directory to directory.
My question, is it possible to have these bookmarks show up in Open and Save As dialogs? Or, equivalently, to create your own "My Documents" / "My Music" / "My Whatever"-type shortcuts?
At work, we have a really giant tree of files we have to navigate through. Some of the files I need to get at are six to seven layers deep. In Windows Explorer, I set up bookmarks to quickly jump from directory to directory.
My question, is it possible to have these bookmarks show up in Open and Save As dialogs? Or, equivalently, to create your own "My Documents" / "My Music" / "My Whatever"-type shortcuts?
hmm probably the "subst" command is helpfull here, it creates virtual drives.
start ->run-> cmd
for example:
subst z: c:\programms\devtools\project1\textures\doghouse
would create a virtual drive "z:" with the content of the folder \doghouse on c: and all its subfolders for easy navigation.
you can remove the virtual drive with subst z: /d
of course without losing any content, the folder stays physical on the c-drive in its path. saving to z: would save the file physical in c:\programms\devtools\project1\textures\doghouse then.
of course you can create a batchfile with serveral subst-commands for your fav-folders and run it in autostart.
start ->run-> cmd
for example:
subst z: c:\programms\devtools\project1\textures\doghouse
would create a virtual drive "z:" with the content of the folder \doghouse on c: and all its subfolders for easy navigation.
you can remove the virtual drive with subst z: /d
of course without losing any content, the folder stays physical on the c-drive in its path. saving to z: would save the file physical in c:\programms\devtools\project1\textures\doghouse then.
of course you can create a batchfile with serveral subst-commands for your fav-folders and run it in autostart.
- BUBBALOU
- DBB Benefactor
- Posts: 4198
- Joined: Tue Aug 24, 1999 2:01 am
- Location: Dallas Texas USA
- Contact:
Or Just get TweakUI from Microsoft and make life easy...without using regeditMD-2389 wrote:Actually, there is. Sarah Lane did a "tip" about that on "The Screen Savers" a few weeks ago.
Places Bar under Common Dialogs is what you will edit
-
- Defender of the Night
- Posts: 13477
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Olathe, KS
- Contact:
Unfortunately, if you actually LOOKED at the options you're given, none of them are relevant to what Sol wants.BUBBALOU wrote:Or Just get TweakUI from Microsoft and make life easy...without using regedit
Places Bar under Common Dialogs is what you will edit
The only selectable items are:
Desktop
Favorites
My Documents
My Music
My Computer
My Pictures
Network Neighborhood
History
Recent Documents
Shared Documents
Shared Music
Shared Video
There is very little room for customizatin here. Sorry, he's stuck with messing with the registry.