• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Simple script used to work, not now
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple script used to work, not now


  • Subject: Re: Simple script used to work, not now
  • From: Iurista GmbH <email@hidden>
  • Date: Tue, 27 Nov 2012 11:49:59 +0100

I guess it's not the shell scripts, it's your Finder quitting and activating commands. At least, this is usually the case with SnoLeo.
Try to add kiillall Finder to your shell commands instead of telling Finder quitting and activating
Rudolf

Am 27.11.2012 um 02.22 schrieb Dave C:


Ideas?

Thanks,
Dave

- - -

set dotVisible to do shell script "defaults read com.apple.Finder AppleShowAllFiles"
if dotVisible = "0" then
do shell script "defaults write com.apple.Finder AppleShowAllFiles 1"
else
do shell script "defaults write com.apple.Finder AppleShowAllFiles 0"
end if
tell application "Finder" to quit
delay 1
tell application "Finder" to activate
 _______________________________________________
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

References: 
 >Simple script used to work, not now (From: Dave C <email@hidden>)

  • Prev by Date: Re: Size limit on Xcode projects?
  • Next by Date: re: Xcode Installation
  • Previous by thread: Re: Simple script used to work, not now
  • Next by thread: Re: Simple script used to work, not now
  • Index(es):
    • Date
    • Thread