AppleScript in PB
AppleScript in PB
- Subject: AppleScript in PB
- From: Leos Stybnar <email@hidden>
- Date: Tue, 4 Mar 2003 14:48:37 +0100
Hi all,
I would like to control PB via AppleScript. I need something like this:
tell application "Project Builder"
open project "Project A"
build and run project "Project A"
close project "Project A"
open project "Project B"
build and run project "Project B"
close project "Project B"
end
Is it possible? I was not able to find PB dictionary. Is it scriptable?
Is there some other way to build and run a list of projects?
Thanks for help
Berka
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.