Re: Unwanted output
Re: Unwanted output
- Subject: Re: Unwanted output
- From: Steve Mills <email@hidden>
- Date: Wed, 24 Aug 2016 09:37:04 -0500
On Aug 24, 2016, at 09:27:34, debt <email@hidden> wrote:
>
> When I run the following code via an osascript, it always prints out "text document 1” in Terminal. Is there any way to prevent that output from being printed? It’s not a big deal, but it would clean up the output of my script.
>
> Thanks,
> Marc
>
>
> tell application "BBEdit"
> activate
> open "/some/file.txt"
> end tell
In Terminal? I think you're mistaken. I'm pretty sure you mean it's output to the log pane/window of which ever script editor you're using. That's expected, since it's the result of the "open" command.
--
Steve Mills
Drummer, Mac geek
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden