• 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: (no subject)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (no subject)


  • Subject: Re: (no subject)
  • From: Michelle Steiner <email@hidden>
  • Date: Mon, 4 Feb 2002 15:12:38 -0700

On 2/4/02 2:47 PM, Grams, Mike J. (CGC) <email@hidden> wrote:

>Can I set the Preferred Memory size of Applications (Illustrator, Photoshop,
>ect...) on my Mac using Applescript??? Any examples??

set the fileToChange to choose file of type "APPL"
tell application "Finder"
set total partition size of application file fileToChange to 400
set minimum size of application file fileToChange to 400
end tell

You must set the partition size before setting the minimum size, and the
minimum size can't exceed the partition size. Also, the number is in
kilobytes, so the "400" in the above example sets the partition to 400K
bytes.

--Michelle

----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------


  • Prev by Date: Re: Photoshop action scripts
  • Next by Date: Re: Scripting Additions: Embracing the Horror of Unix ($0=sh)
  • Previous by thread: (no subject)
  • Next by thread: (no subject)
  • Index(es):
    • Date
    • Thread