I just tried 3.4.7 and here is what I found. I created script type job with the following script: MessageBox "From Job: File @V"file"" MessageBox "From Job: Event @V"event"" Check "on start" notification event also having script type, entered the following for the notification script: MessageBox "From Notification: File @V"file"" MessageBox "From Notification: Event @V"event"" Job was set to watch for file c:\temp\xxx.xxx. After I created that file manually in a few seconds I've got message box Here are my results "From Notification: File " after ok, "From Notification: Event START" after ok, "From Notification: File " after ok, "From Notification: Event " It looks like @V"file" is broken in that version and always returns an empty string. For some reasons @V"event" works in the notification event only. My conclusion these are bugs and they should be fixed. Version 3.4.8 is coming tomorrow, I am not sure if more fixes can be added to it. If they do not make to 3.4.8 then they will be available in the next one. *** I am sorry that I did not try that from very beginning and wasted so much of your time. I apologize for that. *** : I have been during development, however I just ran it using the schedule. : Same result.
|