| View previous topic :: View next topic |
| Author |
Message |
HotKeyIt
Joined: 18 Jun 2008 Posts: 2195 Location: GERMANY
|
Posted: Fri Jul 03, 2009 9:49 pm Post subject: |
|
|
| Roland wrote: | Hi HotKeyIt,
Thanks for the great function.
I think I found a bug in the new function.
| Code: | If (Dir%r%T!="")
SetTimer,TimerDirectoryChanges, %T%
|
should be
| Code: | If (Dir%r%T!="")
SetTimer,TimerDirectoryChanges, % Dir%r%T
|
It seems %T% is blank and therefore the timer is always created with the default (250 ms). |
Many thanks Roland, I have corrected this  _________________ AutoHotFile - ToolTip(n,text,title,options) |
|
| Back to top |
|
 |
e1miran
Joined: 17 Apr 2009 Posts: 9 Location: Tampa, FL
|
Posted: Tue Oct 13, 2009 3:29 pm Post subject: |
|
|
Great script. However, I'm having trouble getting it to detect anything on a network drive here at work.
I've tried both scripts (initial one and the revised with more options) and both work fine monitoring a directory on my local machine. But when I try to monitor a directory such as "\\10.202.0.150\vol1\SHARED"... nothing. This is a shared directory on the server here at work. Any ideas? |
|
| Back to top |
|
 |
HotKeyIt
Joined: 18 Jun 2008 Posts: 2195 Location: GERMANY
|
Posted: Tue Oct 13, 2009 7:34 pm Post subject: |
|
|
| e1miran wrote: | Great script. However, I'm having trouble getting it to detect anything on a network drive here at work.
I've tried both scripts (initial one and the revised with more options) and both work fine monitoring a directory on my local machine. But when I try to monitor a directory such as "\\10.202.0.150\vol1\SHARED"... nothing. This is a shared directory on the server here at work. Any ideas? |
It works fine for me at home and work.
Try to map a network drive and see if that works? _________________ AutoHotFile - ToolTip(n,text,title,options) |
|
| Back to top |
|
 |
Cristobal16 Guest
|
Posted: Fri Nov 20, 2009 4:49 pm Post subject: Any way to have WatchDirectory display the modifying user? |
|
|
| This works great for me, but I would really like to be able to see which users do the modification / file creation. Is there any way that the user that modifies the file could pop up as part of the tooltip message? Thanks! |
|
| Back to top |
|
 |
Ender
Joined: 10 Apr 2009 Posts: 8 Location: Michigan, USA
|
Posted: Fri Nov 20, 2009 4:58 pm Post subject: YES! Track users! |
|
|
That is something I have been wondering about for a while too - is this possible? Please help! _________________ This catacomb has got me by the throat.
--Sers, Depp. Ich will WORSCHT.--
----Tu madre tiene un bigote---- |
|
| Back to top |
|
 |
HotKeyIt
Joined: 18 Jun 2008 Posts: 2195 Location: GERMANY
|
|
| Back to top |
|
 |
|