Is it true i have to activate AppleScripts manually?

Is it true i have to activate AppleScripts manualy? if so, its no use for me… :frowning:

Exactly what do you need to do? Besides running them manually, scripts can be set to run on a schedule or to run based on certain changes to a folder.

– Rob

hihi, ill tell you later what i need lol, but this answer is perfect! It means i can really really automate things. Especially on a change in my folder. The plan is that when i put something in a folder, the script starts working. 8)

Well, then just copy this into a new scripteditor window and attach it to a folder.
Good luck!

on adding folder items to this_folder
	display dialog "Eerst ff lezen, dan slimme vragen stellen. ;-)"
	tell application "Safari"
		activate (open location "http://developer.apple.com/documentation/AppleScript/Conceptual/AppleScriptLangGuide/AppleScriptLanguageGuide.pdf")
	end tell
end adding folder items to