Re: Simple script used to work, not now
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