Re: software update
Re: software update
- Subject: Re: software update
- From: Paul Skinner <email@hidden>
- Date: Tue, 18 Jan 2005 17:46:37 -0500
--set sul to do shell script "softwareupdate -l"
set sul to "Software Update Tool
Copyright 2002-2003 Apple Computer, Inc.
Software Update found the following new or updated software:
! iCal155-1.5.5
iCal, 1.5.5, 7180K [required]
! iPod2004-11-15-0
iPod Updater 2004-11-15, (null), 20600K [required]
! iTunes4-4.7.1
iTunes, 4.7.1, 8792K [required]
! com.apple.pkg.MacOSXUpdate10.3.7-10.3.7
Mac OS X Update, 10.3.7, 26992K [required] [restart]
* AirPortSW-4.1
AirPort Software, 4.1, 13880K [restart]
"
--cause I'm up-to-date :)
set sl to {}
set AppleScript's text item delimiters to " "--seems to be
constant.
set l to text items 2 thru -1 of sul
set AppleScript's text item delimiters to ","
repeat with i from 1 to length of l
set t to (text items 1 thru 2 of item i of l) as text
set sl to sl & t
end repeat
sl
--->{"iCal, 1.5.5", "iPod Updater 2004-11-15, (null)", "iTunes, 4.7.1",
"Mac OS X Update, 10.3.7", "AirPort Software, 4.1"}
Paul Skinner
On Jan 18, 2005, at 4:03 PM, Martha I. Espinosa wrote:
In terminal I run softwareupdate -l and get this result...
Software Update Tool
Copyright 2002-2003 Apple Computer, Inc.
Software Update found the following new or updated software:
! iCal155-1.5.5
iCal, 1.5.5, 7180K [required]
! iPod2004-11-15-0
iPod Updater 2004-11-15, (null), 20600K [required]
! iTunes4-4.7.1
iTunes, 4.7.1, 8792K [required]
! com.apple.pkg.MacOSXUpdate10.3.7-10.3.7
Mac OS X Update, 10.3.7, 26992K [required] [restart]
* AirPortSW-4.1
AirPort Software, 4.1, 13880K [restart]
1. How do I just get the following...
iCal 1.5.5
iPod Updater 2004-11-15, (null)
iTunes 4.7.1
Mac OS X Update 10.3.7
AirPort Software 4.1
Any help is appreciated.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden