topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 4:06 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Monitor a folder and send shortcuts to desktop  (Read 9112 times)

kingsmob77

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 17
  • You can't see any Zaphod Beeblebrox here...
    • View Profile
    • PunkRockKarl is Dead
    • Read more about this member.
    • Donate to Member
IDEA: Monitor a folder and send shortcuts to desktop
« on: October 20, 2009, 12:27 PM »
Hi DC'ers.  

I have been a lurker for some time but haven't posted before now.  I love DC and the amazing creativity displayed by its members.

I have an idea for a little app.  If it has been requested before, please forgive me.  I searched for it but found nothing that was exactly what I am thinking.  

I'd like an app that will monitor whichever folder it is placed in and as files and/or folders are saved/moved/etc to the folder, it will create shortcuts on the desktop.

Some configuration options that would be nice:
  • Ability to select output folder (Quick launch, etc)
  • Filters - File Types, File Name, Wildcards, etc
  • Ability to choose if files, directories or both are "shortcutted"

Again, this may have been done before and if so, many apologies.  If it hasn't been done before, does ayone feel like taking the challenge?  

Thanks,
Kingmob77
If it is useless and poorly coded, it is probably one of mine.
« Last Edit: October 20, 2009, 12:29 PM by kingsmob77 »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #1 on: October 20, 2009, 12:33 PM »
hey this is actually a pretty good idea!

kingsmob77

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 17
  • You can't see any Zaphod Beeblebrox here...
    • View Profile
    • PunkRockKarl is Dead
    • Read more about this member.
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #2 on: October 20, 2009, 12:36 PM »
hey this is actually a pretty good idea!

Thanks, I have a quota of one a year.  i'm glad I finally got it out of the way.  *Whew*, now I need a nap.   :D
If it is useless and poorly coded, it is probably one of mine.

AndyM

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 616
    • View Profile
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #3 on: October 20, 2009, 02:16 PM »
This could be very useful.

You are talking about putting the "app" in one folder.  So you'd either be limited to only monitoring one folder, or putting a copy of the app in each folder you wanted to monitor.

I wonder if a better approach wouldn't be to have an .ini file that contained a list of "folders to monitor".  You could add to or edit the .ini file manually, perhaps with a simple interface, and/or be able to drop a folder on the interface/ProgramShortcut to add it to the list, and/or have a right-click folder menu choice to "add to list of monitored folders".

What the heck, as long as you have a list of folders to monitor, maybe add a field to have an optional filter, including/excluding certain file types.

kingsmob77

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 17
  • You can't see any Zaphod Beeblebrox here...
    • View Profile
    • PunkRockKarl is Dead
    • Read more about this member.
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #4 on: October 20, 2009, 02:47 PM »
You are talking about putting the "app" in one folder.  So you'd either be limited to only monitoring one folder, or putting a copy of the app in each folder you wanted to monitor.

Exactly. I was thinking of one copy of the script/exe in each folder to be monitored.

I wonder if a better approach wouldn't be to have an .ini file that contained a list of "folders to monitor".  You could add to or edit the .ini file manually, perhaps with a simple interface, and/or be able to drop a folder on the interface/ProgramShortcut to add it to the list, and/or have a right-click folder menu choice to "add to list of monitored folders".

This would of course the the coolest way to do it.  I was keeping it as simple as possible in order to make it more attractive for someone to try.  An .ini file would be sufficient but some sort of GUI config would be cool too -- as long as it was simple.  I see part of the value in this app being simplicity. Easy and quick to set up and run.

What the heck, as long as you have a list of folders to monitor, maybe add a field to have an optional filter, including/excluding certain file types.

Totally.  If one was developing an .ini or GUI config, there are a number of additional features that could be implemented. 
  • File filters: File type, file name, wildcards
  • Ability to select files, directories or both will be "shortcutted" in a given folder
  • Ability to select a "target folder" to allow individual monitored folder to send shortcuts to specific locations.

Those are just a few off the top of my head.  It could be a pretty nifty application.

-Kingsmob77
If it is useless and poorly coded, it is probably one of mine.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #5 on: October 20, 2009, 04:09 PM »
I can do this one. 

kingsmob77

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 17
  • You can't see any Zaphod Beeblebrox here...
    • View Profile
    • PunkRockKarl is Dead
    • Read more about this member.
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #6 on: October 20, 2009, 04:16 PM »
I can do this one. 

**does a happy dance of joy**
If it is useless and poorly coded, it is probably one of mine.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #7 on: October 20, 2009, 04:33 PM »
I had a hunch Skrommel had done something similar: https://www.donation...dex.html#ShortCutter

Check that out and see if it suits your needs.


mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #8 on: October 20, 2009, 04:49 PM »
and here's the thread that led to Skrommel's ShortCutter, from 2006:
https://www.donation...dex.php?topic=6419.0

Skrommel does it again!

kingsmob77

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 17
  • You can't see any Zaphod Beeblebrox here...
    • View Profile
    • PunkRockKarl is Dead
    • Read more about this member.
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #9 on: October 20, 2009, 06:48 PM »
and here's the thread that led to Skrommel's ShortCutter, from 2006:
https://www.donation...dex.php?topic=6419.0

Skrommel does it again!

Sorry Mouser.  That is pretty much what I was looking for.  I don't know how I missed that.  I have a bunch of Skrommel's stuff.  I don't know how I didn't see this one.  Sorry for the redundancy.  :-[
If it is useless and poorly coded, it is probably one of mine.

kingsmob77

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 17
  • You can't see any Zaphod Beeblebrox here...
    • View Profile
    • PunkRockKarl is Dead
    • Read more about this member.
    • Donate to Member
Re: IDEA: Monitor a folder and send shortcuts to desktop
« Reply #10 on: October 23, 2009, 10:12 AM »
I think I need some help.  If anyone uses this app maybe you can tell what, if anything I am doing wrong.

I downloaded ShortCutter from Skrommel's page.  I'm running it, it's enabled and I set it up to send shortcuts to the desired location.  I think I have it all set up correctly yet, nothing seems to be happening.

I am monitoring a sub-directory in My Documents named /notes.  Within this folder are files for with a the Note application with a .note extension. 

Here are my rule settings:
Active (Checked)
Source (path to My Documents/Notes)
Target (path to Desktop folder)
Files (*.note)
Ignore (_NULL_)
Recruse? (Yes)


The main application options are:
Timer (20 Seconds)
Delay (5ms -default value)
Status | Show status in the tray (Checked)
Startup | Start enabled (Checked)


These are the logical values for these settings. At least they are logical to me.  I do find that sometimes, I run on a different definition of logical than the rest of the world.

I hope someone can help as this application is (I think) exactly what I need.

P.S.  Does Skrommel still hang at DC?  I noticed on his profile page it has been a while since his last visit.  Just curious.

Thanks,
Kingsmob77
If it is useless and poorly coded, it is probably one of mine.