I need to get the enti开发者_如何学Cre (visible) contents of a folder and its subfolders as a list. Is this possible?see how easy this can be
I am trying to make an application using AppleScript which can remind to check my mails, if I forget to check, at shutdown.
i was wondering what the best practice is for creating a contextual menu item that would work in both leopard and snow leopard and works with a selection of files and/or folders, sending them to a she
Hi I have written applescript to get file name. on open of thisPDF set fName to thisPDF as string (* - - my code comes here.
I want to make a kiosk application on my Mac. I want to disable certain hotkeys which can be done by editing the .globalpr开发者_运维技巧efernces.plist file but it requires a re-login to the system wh
I am wanting to automate the input of post variables on a login page for the purpose of webscraping.It would improve the process no end if I can get past the login page.
I\'m not sure if this is do-able via AppleScript and/or Automator…but I\'d like to be able to: a) launch an application (I know thiscan be done pretty easily by AppleScript or Automator)
How can I tell Chrome or Firefox to reload the document in the top window?Here\'s what I\'m using for Safari:
I see a lot of applications that can respond to applescript messages such as this one. tell application \"Safari\"
This is just driving me nuts. I am trying to read a file in bash, remove duplicates, sort, and then display a \"list choice\" window via applescript.