RE: Setting Memory allocation for Desktop Printers
RE: Setting Memory allocation for Desktop Printers
- Subject: RE: Setting Memory allocation for Desktop Printers
- From: email@hidden
- Date: Sun, 30 Jun 2002 04:02:30 EDT
tell application "Finder"
set OurPrintManager to (((path to extensions) & "PrintMonitor") as
string) as alias
set minimum size of application file OurPrintManager to 641 -- size in Kb
set total partition size of application file OurPrintManager to 1042 --
size in Kb
end tell
I don't use "Desktop Printers" (intentionally disabled on
my system to prevent other users from tinkering), so I'm
not sure if has a different print monitor assigned or if it
simply points at the original print monitor in the system
folder.
Best Wishes,
Marc Glasgow
"Phelix Leiter" <email@hidden> wrote:
] I am writing a script to creating desktop printers for MAc
] OS 922 clients; once created I want to set the minimum and
] preferred memory allocation, which must be script from
] Finder; not the Desktop Printer Manager.
_______________________________________________
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.