Re: Change desktop picture
Re: Change desktop picture
- Subject: Re: Change desktop picture
- From: email@hidden
- Date: Fri, 24 Jan 2003 14:35:43 -0500
Thomas-
Try this...
-- BEGIN: Choose a Desktop Picture
tell application "Finder"
set chosenpicture to choose file with prompt "Choose a picture..."
set desktop picture to chosenpicture
end tell
-- END: Choose a Desktop Picture
Cheers,
Cassj
Thomas <email@hidden>
Sent by: email@hidden
01/24/03 12:48 PM
To: AppleScript <email@hidden>
cc:
Subject: Change desktop picture
With Mac OS 9, this script would change the desktop picture of the
system. What is the equivalent for Mac OS X 10.1.5 ?
tell application "Apparence"
set picture file of monitor 1 to alias image_path
end tell
Thanks Thomas
_______________________________________________
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.
_______________________________________________
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.