Destination folder of DPM
Destination folder of DPM
- Subject: Destination folder of DPM
- From: <email@hidden>
- Date: Mon, 17 Mar 2003 09:23:55 +0100
- Priority: normal
- Thread-topic: Destination folder of DPM
Hi
Is it possible to set destination folder of a Desktop Printer configured to print to PostScript file?
I tried this but it doen't work:
tell application "Desktop Printer Manager"
tell desktop printer "Virtuell skrivare"
set theProp to (get properties)
set addSpec to address of theProp
set destination folder of addSpec to alias "Macintosh HD:Desktop Folder:"
set address of theProp to addSpec
set properties to theProp
end tell
end tell
I don't get an error but it doesn't take effekt.
Gunno I
_______________________________________________
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.