• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: software update
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >software update (From: "Martha I. Espinosa" <email@hidden>)

  • Prev by Date: Re: software update
  • Next by Date: Re: OT: preserving long links in email
  • Previous by thread: Re: software update
  • Next by thread: Was: Re: Call Objective-C methods from any script, Now: preserving long links in email
  • Index(es):
    • Date
    • Thread