Recent content by glemme

  1. G

    iChat command line on/off?

    Just write an applescript that does what it is supposed to do. Read the applescript documentation for iChat. After that is done. Use the script toghether with the CLI tools osacompile and osascript to make a CLI app that does what you want it to. Simple enough? I am not in here that often so...
  2. G

    How do I make new Folder with full Read/Write permissions?

    Check out the man page for "umask" I think what you need is in that page.. (or just type in "sudo umask 0000" on the imac and problem should be solved) /glemme
  3. G

    iChat command line on/off?

    Use AppleScript together with: osacompile(1) - compile AppleScripts and other OSA language scripts osascript(1) - execute AppleScripts and other OSA language scripts And you should have a working solution.. /glemme
  4. G

    defaults write com.apple.doc ...

    Yes, but it is a heck of a lot easier. And you don't have to have the same pass as your default user..
Back
Top