Page 1 of 1
File > Open With/Associate...
Posted: 03 Aug 2010 08:03
by SkyFrontier
Can anyone think of a way to change system files' associations directly from XYplorer?
Currently we can PFA. But I'd like to have an accessible option built into XY itself, instead of hang around with another FM.
Thanks!
Re: File > Open With/Associate...
Posted: 03 Aug 2010 23:37
by SkyFrontier
Optionally I could set PFA to run this command on selected files:
Code: Select all
|"Open With..."\;*>::run "RunDLL32.EXE SHELL32.DLL,OpenAs_RunDLL"
...but I am only getting an "access denied" after selecting the program I want to open with, plus not having the option to "always open with selected program".
Any ideas, please...?
Re: File > Open With/Associate...
Posted: 03 Aug 2010 23:40
by SkyFrontier
Wow.
I'm amazed. Again.
XY parsed <curitem> info to the OS.
So the working PFA entry must be set as:
Code: Select all
|"Open With/Associate..."\;*>::run "RunDLL32.EXE SHELL32.DLL,OpenAs_RunDLL <curitem>"
EDIT: Rephrased from "Open With..." to "Open With/Associate...".
Re: File > Open With/Associate...
Posted: 03 Aug 2010 23:56
by grindax
.
Re: File > Open With/Associate...
Posted: 04 Aug 2010 00:33
by SkyFrontier
Grindax said:
Awesome! I vote for this to be included by default in XYplorer!
Thanks, Grindax! I always missed that in XY, and each and every time called PowerDesk for help. I'm decided to give PDesk definitive retirement, but still have to rely on some of its features. Now I just have to integrate (again!) its Finder to replace XY's F3 and have it default as I *always* need its impressive "Search Inside Contents" (unrivaled by any other tool, so far, and I've tested tons of them to get a little bit more control over the output's displaying - previously discussed
here) and... wait for
dual tree.
Gotta keep some faith...
Re: File > Open With/Associate...
Posted: 07 Aug 2010 10:29
by grindax
.
Re: File > Open With/Associate...
Posted: 07 Aug 2010 11:05
by admin
grindax wrote:I'm finding it very useful to now be able to set system-level file associations from within XYplorer. However, I notice that the icons for the newly associated programs only apply to the new file types after quitting and restarting XYplorer.
Is there any way to get the icon associations to take effect without a restart?
I never found the way. There should be one but it's well hidden.
Re: File > Open With/Associate...
Posted: 07 Aug 2010 13:17
by Jibz
A quick google suggests calling
SHChangeNotify with SHCNE_ASSOCCHANGED .. not tested though

.
Re: File > Open With/Associate...
Posted: 07 Aug 2010 13:31
by admin
Jibz wrote:A quick google suggests calling
SHChangeNotify with SHCNE_ASSOCCHANGED .. not tested though

.
I know. But the problem is not the notification but the flushing of the system image list. I've read everything about it but to no avail.
Re: File > Open With/Associate...
Posted: 07 Aug 2010 15:47
by SkyFrontier
Stuff like that is underestimated until we have them at hand and see the difference caused by small usability/practical improvements. All I think about, even the smallest and weirdest possibility (some of them I currently can't live without), I post here because I know how much they help in daily tasks, repeated each and every day throughout years. Oh, If I had some of the recent improvements available since years ago... Well. Now I have!
Now I just have to spread the word.
Re: File > Open With/Associate...
Posted: 07 Aug 2010 17:52
by nas8e9
SkyFrontier wrote:Stuff like that is underestimated until we have them at hand and see the difference caused by small usability/practical improvements. All I think about, even the smallest and weirdest possibility (some of them I currently can't live without), I post here because I know how much they help in daily tasks, repeated each and every day throughout years. Oh, If I had some of the recent improvements available since years ago... Well. Now I have!
Now I just have to spread the word.
Also OT, but there's a "Thank you"-thread located
here. It helps keep bug and wish threads a bit cleaner.
Re: File > Open With/Associate...
Posted: 09 Aug 2010 19:41
by grindax
.
Re: File > Open With/Associate...
Posted: 09 Aug 2010 20:36
by admin
grindax wrote:admin wrote:I've read everything about it but to no avail.
Since the new icons are seen after doing a restart, doesn't that mean that one of the actions on the finite list of things that XYplorer does to initialize itself is the answer?
Windows does it automatically for a new process.