Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Wanted: desktop shortcut that opens a particular folder and allows selection of a particular filetype only

0 views
Skip to first unread message

Pete

unread,
Nov 18, 2009, 12:50:02 AM11/18/09
to
I want to create a desktop shortcut that will open an Explorer window
(or something similar) in a particular folder, with only a particular
type of file displayed (*.dxp if it matters), so that a user only has to
double-click on the desktop shortcut and then double-click on one of the
files listed to run a program via an association.

This is for Windows 7, but I suspect that doesn't matter much.

Does anyone have any suggestions?

Thanks, Peter

Message has been deleted

Pete

unread,
Nov 18, 2009, 4:27:34 AM11/18/09
to
hummingbird wrote:

> Place those file types in a sub-folder on their own and create a
> shortcut to the sub-folder on your desktop.

Thanks for the suggestion, but because the files will change over time,
there's a little too much overhead in doing it that way.

Thanks, Peter

Daniel Menzel

unread,
Nov 18, 2009, 5:40:01 AM11/18/09
to
Pete schrieb:

> I want to create a desktop shortcut that will open an Explorer window
> (or something similar) in a particular folder, with only a particular
> type of file displayed (*.dxp if it matters), so that a user only has to
> double-click on the desktop shortcut and then double-click on one of the
> files listed to run a program via an association.

1. The other files in the directory mustn´t be seen by the user?
2. Are the other files within the directory in use while opening the dxp
files?

>
> This is for Windows 7, but I suspect that doesn't matter much.
>
> Does anyone have any suggestions?
>

On windows XP it looks quite simple. Make a batch file looking this on
your desktop (just a textfile and rename it to *.bat). Now edit it and
insert the following lines:

echo off
cls
<drivename>:
cd\<maindirectory>\<subdirectory>
attrib *.* +h
attrib *.dxp -h
explorer <drivename>:\<maindirectory>\<subdirectory>
exit

The only problem is that every file that has not the extension "dxp"
will be hidden so some programs won´t get access to them.
<drivename> <maindirectory> <subdirectory> are variables in this script
at all, so you have to change them to fit your needs.

Greets
Daniel

--

-----------------------------
// It can be fun to use a pc \\
// :) :) :) :) :) :) :) :) :) \\
**********************************
* Sorry for my bad english guess *
* I will never learn to speak and*
* write that language correctly! *
**********************************
* www.efmenzel.de *
**********************************

nospam

unread,
Nov 18, 2009, 9:10:14 AM11/18/09
to
Pete <pje...@yahoo.com> wrote:

>I want to create a desktop shortcut that will open an Explorer window
>(or something similar) in a particular folder, with only a particular
>type of file displayed (*.dxp if it matters), so that a user only has to
>double-click on the desktop shortcut and then double-click on one of the
>files listed to run a program via an association.

One way would be to use a file search tool which provides an explorer like
view of the results. Agent Ransak would probably do it, you would have to
setup a shortcut with command line parameters to specify the search.

Message has been deleted

Samatha Hill -- take out TRASH to reply

unread,
Nov 19, 2009, 1:01:32 AM11/19/09
to
GMTA! Sometimes the simplest answer is the best. I sent a screenshot
to someone, and they wrote back wanting to know what screenshot program
I had used, because my screenshot was so much clearer than the
screenshot program they used. And what had I used? I hit the PrtScn
key and then pasted the clipboard into a MS Word file oriented in
landscape mode.

hummingbird wrote:
> 'Pete' wrote thus:


>
>> I want to create a desktop shortcut that will open an Explorer window
>> (or something similar) in a particular folder, with only a particular
>> type of file displayed (*.dxp if it matters), so that a user only has to
>> double-click on the desktop shortcut and then double-click on one of the
>> files listed to run a program via an association.

>

UnsteadyKen

unread,
Nov 19, 2009, 4:16:42 AM11/19/09
to
Samatha Hill -- take out TRASH to reply said...

> I hit the PrtScn
> key and then pasted the clipboard into a MS Word file oriented in
> landscape mode.
>

This also works in MS Paint, which makes it easier to save.


--
Ken O'Meara
http://www.btinternet.com/~unsteadyken/

Message has been deleted

Pete

unread,
Nov 19, 2009, 5:28:03 AM11/19/09
to
Daniel Menzel wrote:

> 1. The other files in the directory mustn�t be seen by the user?

Only in that they are confusing.

> 2. Are the other files within the directory in use while opening the dxp
> files?

The *.dxp files are in the user's my documents folder. Could be
anything in there, which is why I didn't want the user to have to wade
through them.

Thanks for your help.

Peter

Pete

unread,
Nov 19, 2009, 5:33:56 AM11/19/09
to
hummingbird wrote:

> In this case the OP (Pete) says the sub-folder idea wouldn't meet
> his needs as the files are regularly changing, but I'm not sure
> why that should be an issue for him.

It's an issue in that when old files are deleted and new files are
added, someone has to remember to update the sub-folder. It's far
easier to somehow get a view of the original folder.

Since I made the original posting, I've found out that that Windows 7
allows file searches to be saved, and then the same search can be run
again. I'm going to look for more information on this, because it
sounds promising as a solution.

Thanks, Peter

Message has been deleted

Daniel Menzel

unread,
Nov 19, 2009, 6:57:57 AM11/19/09
to
Perhaps we should have asked what program he uses that uses a "dxp"
extension. :)
Message has been deleted

Daniel Menzel

unread,
Nov 19, 2009, 7:18:38 AM11/19/09
to
hummingbird schrieb:
> 'Daniel Menzel' wrote thus:

>
>> Perhaps we should have asked what program he uses that uses a "dxp"
>> extension. :)
>>
>> Daniel
>
>
> Often it's CDburnerXP:
> http://filext.com/file-extension/DXP
>
>

Saw that too, as I googled for "dxp" but you can change the project path
in it without problems so why doesn´t he simply save the files in
another seperate folder?

Message has been deleted

Daniel Menzel

unread,
Nov 19, 2009, 8:32:21 AM11/19/09
to
Pete schrieb:
What program does create your "dxp" files?

Cawshus

unread,
Nov 20, 2009, 5:06:52 PM11/20/09
to
Samatha Hill -- take out TRASH to reply <sam...@TRASHsonic.net> wrote
in news:4b04df3d$0$1957$742e...@news.sonic.net:

> I hit the PrtScn
> key and then pasted the clipboard into a MS Word file oriented in
> landscape mode.

Next time you want a screen shot, try Alt/Print Screen to only copy the
active windows.


--
� Steve

Due to the volume of garbage I filter out googlegroups.

Diabolic Preacher

unread,
Nov 21, 2009, 8:16:10 AM11/21/09
to
Pete expressed the following thoughts on 11/18/2009 11:20 AM:

Try getting the application that creates the files to save to a separate
folder that won't require all wading through and hiding from. You
haven't mentioned the app yet.

--
Diabolic Preacher
As Is

REM

unread,
Nov 21, 2009, 12:40:00 PM11/21/09
to

> Pete <pje...@yahoo.com> wrote:

http://www.snapfiles.com/reviews/ultraexplorer/ultraexplorer.html

A file explorer with filter capabilities?

<q>

Filter Window - Too many files to find what you want? Use
UltraExplorers Filter window. Create new filter arguments by:

* dragging and dropping objects to the window
* using the selected objects in the active listview

</q>

Jeffrey Bloss

unread,
Nov 21, 2009, 12:42:52 PM11/21/09
to
On Sat, 21 Nov 2009 11:40:00 -0600, REM wrote:

> A file explorer with filter capabilities?

A Treasurer with a cadre full of illegal "donations"?
--
_?_ Outside of a dog, a book is a man's best friend.
(@ @) Inside of a dog, it's too dark to read.
-oOO-(_)--OOo-------------------------------[ Groucho Marx ]--
grok! Devoted Microsoft User

0 new messages