Scripting "Print Center" in X
Scripting "Print Center" in X
- Subject: Scripting "Print Center" in X
- From: Mattias Jonsson <email@hidden>
- Date: Mon, 29 Apr 2002 13:07:23 +0200
In OS X, 10.1.4, AS 1.8:
I'm pleased to see that I easily can change the default printer with
Applescript.
However, I can't tell Print Center to quit with applescript.
What in the dictionary did I miss, or, is this a "feature"?
--START
tell application "Print Center"
activate
set current printer to printer 1
--This quit doesn't work, why?
quit
end tell
--END
Any ideas?
TIA
/Mattias Jonsson
Framkom AB
Tel: +46(0)8-453 57 02
Fax: +46(0)8-453 58 58
Mob: +46(0)70-777 28 68
http://www.framkom.se
mailto:email@hidden
_______________________________________________
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.