requested features:
1. ability to drag to desktop as a link instead of the original file.
2. some type of alias system for functions such as control-g (goto)
instead of typing: c:\windows\system32\drivers\etc
to get to etc dir. maybe an alias can be defined: ~drivers for
c:\windows\system32\drivers, then getting to etc I just need to type:
~drivers\etc in the window.
3. moveto and copyto dialog window include a button to move/copy to opposite
panel. right now I use a script to do this but I think it could be made
more accessable in the moveto/copyto dialog box. just include a quick
button for this task.
[Request] three requests
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: [Request] three requests
You know that within the "Panes" menu there are two options to do this? Yes, it's not the most convenient and that has been discussed before, but it's another way to do it that exists now.wc96 wrote:requested features:3. moveto and copyto dialog window include a button to move/copy to opposite
panel. right now I use a script to do this but I think it could be made
more accessable in the moveto/copyto dialog box. just include a quick
button for this task.
I think having it also within the File>Move/Copy>Move menu tree would be useful as a new user (and some of us old users) would think that would be where it can be located.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
Re: [Request] three requests
yes, you are right! I missed them.j_c_hallgren wrote:You know that within the "Panes" menu there are two options to do this? Yes, it's not the most convenient and that has been discussed before, but it's another way to do it that exists now.wc96 wrote:requested features:3. moveto and copyto dialog window include a button to move/copy to opposite
panel. right now I use a script to do this but I think it could be made
more accessable in the moveto/copyto dialog box. just include a quick
button for this task.
I think having it also within the File>Move/Copy>Move menu tree would be useful as a new user (and some of us old users) would think that would be where it can be located.
Re: [Request] three requests
Aliases (or nicknames) are not available yet within XYplorer. However, since i'm also a great fan of this function in other applications, i created a script that provides this function in XY:wc96 wrote:2. some type of alias system for functions such as control-g (goto)
instead of typing: c:\windows\system32\drivers\etc
to get to etc dir. maybe an alias can be defined: ~drivers for
c:\windows\system32\drivers, then getting to etc I just need to type:
~drivers\etc in the window.
http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=3058
Maybe it's what you are looking for...
Re: [Request] three requests
There's also environmental variables.Pagat wrote:Aliases (or nicknames) are not available yet within XYplorer. However, since i'm also a great fan of this function in other applications, i created a script that provides this function in XY:wc96 wrote:2. some type of alias system for functions such as control-g (goto)
instead of typing: c:\windows\system32\drivers\etc
to get to etc dir. maybe an alias can be defined: ~drivers for
c:\windows\system32\drivers, then getting to etc I just need to type:
~drivers\etc in the window.
http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=3058
Maybe it's what you are looking for...
In particular XYplorer adds %winsysdir% to point to the system32 directory, so you could just type "%winsysdir%\drivers\etc".
Or you could add your own environmental variable such as "%etc%" which would take you directly to "c:\windows\system32\drivers\etc".
XYplorer Beta Club