-- Getting path to this filetellapplication"Finder"togetfolderof(path tome)as Unicode textsetcurrentLocationtoresultsetcurrentPOSIXtoPOSIXpathofcurrentLocation
Running other AppleScript files
run scriptfile"HD:path:to:file.scpt"-- How it is used with above file pathrun scriptfile(currentLocation&"reformat_with_textwrangler.scpt")
Running multiple shell commands
do shell script"command 1; command 2;"-- How it is used with above file path to change directory and run a scriptdo shell script"cd ""ed formofcurrentPOSIX&"; python "&"count_days.py"