Re: Disabling Music Store from iTunes
Re: Disabling Music Store from iTunes
- Subject: Re: Disabling Music Store from iTunes
- From: Rob Jorgensen <email@hidden>
- Date: Fri, 13 Jun 2003 17:48:16 -0400
At 4:13 PM -0500 6/13/03, Courtney Moore wrote:
Anyone know of a way to make a script that would prevent users from using
the Music Store without the option of them reversing it?
Probably the only irreversible way is...
set apps_ to path to "apps" as text
set nomomusic to apps_ & "iTunes"
tell application "Finder"
delete file nomomusic
-- empty
end tell
;-)
--
Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.