Hi,
Is there any way by which i can find the list of all the printers on OS 9 through apple script.
Hi,
Is there any way by which i can find the list of all the printers on OS 9 through apple script.
Try this out
tell application "Desktop Printer Manager"
set printerList to name of desktop printers
end tell