AppleScript to quit TapForms

Viewing 1 reply thread
  • Author
    Posts
  • June 25, 2018 at 3:02 AM #29566

    Reinis Ikass
    Participant

    Hi,

    I would like to write an AppleScript to automatically quit TapForms each evening – so that the backup process is automated.

    Is it possible and can anyone give me pointers to what the script should look like?

    Thanks in advance!

    June 25, 2018 at 12:06 PM #29569

    Brendan
    Keymaster

    I haven’t written AppleScript support into Tap Forms, but it shouldn’t matter for this specific function.

    tell application "Tap Forms 5"
    	quit
    end tell
    

    I just tested the above and it works fine.

Viewing 1 reply thread

You must be logged in to reply to this topic.