About 3,770 results
Open links in new tab
  1. OSAScript Command: Execute AppleScript in macOS

    osascript Execute AppleScripts and other OSA language scripts. Executes the given script file, or standard input if none is given. …

  2. What is osascript and how can I close it? - Apple Community

    Apr 15, 2021 · The osascript application is normally a command-line invoked application that can run AppleScripts and JavaScript for …

  3. How to Use the Command 'osascript' (with Examples)

    Dec 17, 2024 · osascript is a powerful command-line tool that allows macOS users to run AppleScripts and JavaScript for …

  4. What is Osascript?. Learning about Osascript started with ... - Medium

    Sep 11, 2020 · Learning about Osascript started with me wanting to be able to control the play button of Spotify without having to …

  5. today-i-learned/mac/osascript.md at main · clockworksoul ... - GitHub

    osascript in macOS 10.0 would translate \r characters in the output to \n and provided c and r modifiers for the -s option to change …

  6. What is osascript in my login panel? - Apple Community

    Jan 23, 2023 · What is osascript in my login panel? After upgrading to Ventura 13.2, I got a bunch of warnings telling me I have …

  7. ClickFix campaign uses fake macOS utilities lures to deliver ...

    May 6, 2026 · Flag unusual sequences of macOS utilities (curl, Base64, Gunzip, osascript, and dscl). Inspect outbound downloads. …

  8. What is osascript on macOS?

    osascript executes the given OSA script, which may be plain text or a compiled script (.scpt) created by Script Editor or osacompile.

  9. AppleScript - Wikipedia

    AppleScript is a scripting language created by Apple Inc. that facilitates automated control of Mac applications. First introduced in …

  10. Launching Scripts #4: AppleScript from Shell Script - Scripting OS X

    May 4, 2022 · In the last post, we discussed how to run shell commands and scripts from an Apple Script environment. In this post, …