if ($answer_counter == 1): ?>
endif; ?>
set localLibrary to path to library folder from local domain as string
set desktopImage to localLibrary & "Desktop Pictures:Solid Colors:Solid Gray Dark.png" as alias
tell application "Finder" set desktop picture to desktopImage end tell You can easily turn any of the above Applescripts into a terminal command using osascript [-e statement]:osascript -e 'set desktopImage to POSIX file "/Library/Desktop Pictures/Solid Colors/Solid Gray Light.png"tell application "Finder"
set desktop picture to desktopImage
end tell'