Hi!
I wrote this little Applescript to use the "mateup"-shellscript w/out opening the terminal each time. Save the script as an application bundle and just call it from QS or whatever you're using for the most easiest way to open it. It will show you what it updated as soon as it is finished and can then be "entered away"
do shell script "mateup 2>&1" user name "your_user_name" password "password_of_your_user" with administrator privileges
set the_output to the result
get paragraphs of result choose from list (result) with empty selection allowed
Niels
On Jul 27, 2007, at 9:56 AM, Niels Kobschätzki wrote:
Hi!
I wrote this little Applescript to use the "mateup"-shellscript w/ out opening the terminal each time. Save the script as an application bundle and just call it from QS or whatever you're using for the most easiest way to open it. It will show you what it updated as soon as it is finished and can then be "entered away"
do shell script "mateup 2>&1" user name "your_user_name" password "password_of_your_user" with administrator privileges
set the_output to the result
get paragraphs of result choose from list (result) with empty selection allowed
I forgot to mention that the "mateup"-shellscript has to be set up already (including the initial checkout) and has to be somewhere in your search path
Niels