Scripting ASIP Print Admin
Scripting ASIP Print Admin
- Subject: Scripting ASIP Print Admin
- From: "Fuller, Kirk (LVP)" <email@hidden>
- Date: Thu, 16 May 2002 08:56:21 -0400
I'm trying to write a script that will automatically launch AppleShare IP Print Admin, pre-filling the Administrator Name and Password fields so they do not need to be manually entered. Has anyone ever successfully scripted the Print Admin?
I have tried something similar to the following
tell application "AppleShare Print Admin"
activate
user "userID" password "PassWord"
end tell
Of course it wasn't that simple, else I wouldn't be posting this.
Thanks in advance for any info you can provide.
-Kirk
_______________________________________________
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.