Hey guys,
i am trying to get to grips with apple script (noobie if honest)
so far i have masters the really really basic commands:
Run Application
tell application "iTunes" to activate
Quit Application
tell application "iTunes" to quit
Opening Folder
tell application "Finder"
activate
open folder "test" of the startup disk
end tell
Deleting Folder
tell application "Finder"
activate
delete folder "test2" of the startup disk
end tell
Copy Folder
tell application "Finder"
activate
copy folder "Dummy" of the startup disk to folder "Copy Folder" of the startup disk
end tell
Work In PROGRESS
tell application "Finder"
activate
open folder "Users/macuser/Pictures" of the startup disk
end tell
- Finder states: access not allowed - must be a permission thing????
any ideas?????



LinkBack URL
About LinkBacks








Reply With Quote

Bookmarks