|
#1
| ||||
| ||||
| iChat command line on/off? Is there a way to Connect/Disconnect and/or set the Available/Away status of iChat from the command line? I know I can launch it and kill it's process command line, but that's not quite what I'm after. Are there any other choices?
__________________ TommyWillB Intel iMac "early 2006" core duo TommyWillB.com hosted on Mac OS X 10.5.x / Apache 2.2.x / PHP 5.x |
|
#2
| ||||
| ||||
| Disconnect for sure .. sometimes ichat gets stuck, and I kill if from command line. So top and then kill whatever number it shows for iChat agent. Never tried to connect from terminal though. ![]() |
|
#3
| ||||
| ||||
| An Applescript would surely be of some use.
__________________ Pedestrian: Quality Chicago Heights Rock! http://www.pedestrianisaprettygoodband.com/ |
|
#4
| |||
| |||
| 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 |
|
#5
| ||||
| ||||
| Quote:
Can you give me the step-by-step Applesript newbie verson of this answer?
__________________ TommyWillB Intel iMac "early 2006" core duo TommyWillB.com hosted on Mac OS X 10.5.x / Apache 2.2.x / PHP 5.x |
|
#6
| |||
| |||
| 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 try it yourself first... /glemme |
![]() |
| Thread Tools | |
|
|