========
ATTEMPT #1
When I try something very similar to the example in the help:
then execute (the event)
The trigger(s) copy(s) it 3 times:
C:\TCC\inbox\bar => C:\tcc\outbox\bar
1 file copied
C:\TCC\inbox\bar => C:\tcc\outbox\bar
1 file copied
C:\TCC\inbox\bar => C:\tcc\outbox\bar
1 file copied
========
ATTEMPT #2
To see which trigger types were doing this, I tried
1 CREATED and 2 MODIFIEDs triggers fire:
========
ATTEMPT #3
When I try this:
3 triggers still fire;
===
Even when DELeting
Even When RENaming /Q
Any help would be greatly appreciated.
--Tim
ATTEMPT #1
When I try something very similar to the example in the help:
foldermonitor c:\tcc\inbox created modified forever copy "%%_folderfile1" "c:\tcc\outbox\"
then execute (the event)
[C:\tcc\inbox] copy ..\foo bar /Q
The trigger(s) copy(s) it 3 times:
C:\TCC\inbox\bar => C:\tcc\outbox\bar
1 file copied
C:\TCC\inbox\bar => C:\tcc\outbox\bar
1 file copied
C:\TCC\inbox\bar => C:\tcc\outbox\bar
1 file copied
========
ATTEMPT #2
To see which trigger types were doing this, I tried
foldermonitor /c
foldermonitor c:\tcc\inbox created modified forever copy "%%_folderfile1" "c:\tcc\outbox\%%_folderaction"
then execute (the event)[C:\tcc\inbox] copy ..\foo bar /Q
1 CREATED and 2 MODIFIEDs triggers fire:
C:\TCC\inbox\foo => C:\tcc\outbox\CREATED
1 file copied
C:\TCC\inbox\foo => C:\tcc\outbox\MODIFIED
1 file copied
C:\TCC\inbox\foo => C:\tcc\outbox\MODIFIED
1 file copied
1 file copied
C:\TCC\inbox\foo => C:\tcc\outbox\MODIFIED
1 file copied
C:\TCC\inbox\foo => C:\tcc\outbox\MODIFIED
1 file copied
And BTW: the prompt doesn't come up.========
ATTEMPT #3
When I try this:
foldermonitor /c
foldermonitor c:\tcc\inbox CREATED forever copy "%%_folderfile1" "c:\tcc\outbox\%%_folderaction"
then execute (the event)[C:\tcc\inbox] copy ..\foo bar /Q
3 triggers still fire;
C:\TCC\inbox\bar => C:\tcc\outbox\CREATED
1 file copied
TCC: (Sys) The system cannot find the file specified.
""
0 files copied
TCC: (Sys) The system cannot find the file specified.
""
0 files copied
1 file copied
TCC: (Sys) The system cannot find the file specified.
""
0 files copied
TCC: (Sys) The system cannot find the file specified.
""
0 files copied
And BTW: the prompt doesn't come up.===
Even when DELeting
[c:\tcc\inbox]del bar /Q
1 trigger fires, apparently after deletion TCC: (Sys)
The system cannot find the file specified.
""
0 files copied
The system cannot find the file specified.
""
0 files copied
===Even When RENaming /Q
[c:\tcc\inbox]ren bar fooey
3 triggers fire, apparently using the old nameTCC: (Sys) The system cannot find the file specified.
""
0 files copied
TCC: (Sys) The system cannot find the file specified.
""
0 files copied
TCC: (Sys) The system cannot find the file specified.
""
0 files copied
""
0 files copied
TCC: (Sys) The system cannot find the file specified.
""
0 files copied
TCC: (Sys) The system cannot find the file specified.
""
0 files copied
------------------------------------------------------------------Any help would be greatly appreciated.
--Tim