Intro Download and install Frequently Asked Questions Tips and tricks

Homepage







© J.C. Kessels 2009
MyDefrag Forum
May 25, 2013, 08:20:49 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Display location of a specific file (or files) on diskmap  (Read 2650 times)
dev0
JkDefrag Senior
****
Posts: 27


View Profile
« on: September 30, 2009, 07:36:45 am »

I'd love to see some kind of browsing method where I can select a file or folder and have MyD show me on the disk map where that file is located, or where all files belonging to a given folder are located on disk.
Logged
jeroen
Administrator
JkDefrag Hero
*****
Posts: 7155



View Profile WWW
« Reply #1 on: September 30, 2009, 09:03:54 am »

Thanks for sharing your idea, I appreciate it. At the moment it's possible, but a little cumbersome. You have to make a small script. Here is an example, it shows the *.zip files on the d: disk in white:
Code:
Title('Highlight')
Description('Highlight some files')

VolumeSelect
  Name("d:")
VolumeActions
  SetFileColor(FileName("*.zip"),All,255,255,255)
  Pause()
VolumeEnd
Logged
dev0
JkDefrag Senior
****
Posts: 27


View Profile
« Reply #2 on: September 30, 2009, 09:16:51 am »

Thank you for this example.  You're right, it's a bit cumbersome, but it's a great start. I was hoping for something a little more dynamic/interactive.  For example, a standard "open file" dialog box where I could browse to a particular file or folder, and have MyD highlight the particular file or files on the disk map.
Logged
jeroen
Administrator
JkDefrag Hero
*****
Posts: 7155



View Profile WWW
« Reply #3 on: September 30, 2009, 09:27:14 am »

I concentrate on the MyDefrag script interpreter and leave the building of utilities like that up to other people. Perhaps you would like to try it yourself? A small program with a browse dialog, which generates a temporary script and calls MyDefrag. If you decide to publish it I'll be happy to put a link on the "See Also" page.
Logged
dev0
JkDefrag Senior
****
Posts: 27


View Profile
« Reply #4 on: September 30, 2009, 09:44:55 am »

Perhaps you would like to try it yourself? A small program with a browse dialog, which generates a temporary script and calls MyDefrag.

There's an idea.

Here's another: This feature could be much more seamlessly implemented by adding it to your explorer context menu should you choose to implement one.   Grin
Logged
jonib
JkDefrag Hero
*****
Posts: 810


View Profile
« Reply #5 on: September 30, 2009, 03:40:16 pm »

A small program with a browse dialog, which generates a temporary script and calls MyDefrag.
I think I'll add it to my MyDefrag Tray Tools, should be a useful addition.

Here's another: This feature could be much more seamlessly implemented by adding it to your explorer context menu should you choose to implement one.   Grin
I could make a small tool that could be accessed from the context menu, if you want?

jonib
Logged

dev0
JkDefrag Senior
****
Posts: 27


View Profile
« Reply #6 on: October 01, 2009, 08:19:37 am »

Hi jonib  - I wasn't aware of your addon for MyD, thanks for pointing it out!  Since you're already in the business of doing this sort of thing, it would be awesome if you could incorporate this feature in your addon.  Please let me know if you'd like me to beta test or help in some way.

Thanks!
Logged
jonib
JkDefrag Hero
*****
Posts: 810


View Profile
« Reply #7 on: October 03, 2009, 01:50:59 am »

Please let me know if you'd like me to beta test or help in some way.
I have made a first release you can get it here.

jonib
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!