….i found a workaround with applescript myself… sometimes it`s great not giving up too soon:-))
maybe there is a more elegant way.. but this works.
compiled as app and used as login item.
AE render seems to remember the last watch folder selected, so i didn`t have to set the path.
might look quirky to a pro, i`m just happy it works,i`m not a programmer and just collected and tried snippets of code until it worked.
_______________________
delay (20)
tell application “System Events”
tell application “Adobe After Effects CC 2014” to activate
end tell
delay (3)
tell application “System Events”
tell process “Adobe After Effects CC 2014.2 (13.2)”
click menu item “Watch Folder…” of menu “File” of menu bar 1
end tell
tell application “Adobe After Effects CC 2014” to activate
tell application “System Events” to key code 36
end tell
_______________________