• 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: Changing creator code...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing creator code...


  • Subject: Re: Changing creator code...
  • From: Thomas <email@hidden>
  • Date: Fri, 29 Nov 2002 20:46:08 +0100

This sample script should do the trick, launch it on a folder that
contains only files you wish to edit :

set path_folder to choose folder
set list_folder to list folder path_folder without invisible
repeat with i from 1 to count of list_folder
set this_file to item i of list_folder
set file_path to ((path_folder as string) & this_file) as alias
tell application "Finder"
set creator type of file file_path to "8BIM"
end tell
end repeat

Thomas

graphics wrote :

> I am still new to this...
>
> Does anyone have a script that will change creator code (OS9) of a
> bunch of
> files in a folder? or at least point me in the right direction?
>
> I like graphic converter, but need to work more in Photoshop and have a
> bunch of files that open in GC when double clicked. I need them to open
> in
> PS.
>
> TIA!
> --
> Curtis J Siters
> Subway Stamp Shop
> 2121 Beale Avenue, Altoona, PA 166001
> 814.946.1000
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Changing creator code... (From: graphics <email@hidden>)

  • Prev by Date: Changing creator code...
  • Next by Date: Re: Changing creator code...
  • Previous by thread: Changing creator code...
  • Next by thread: Re: Changing creator code...
  • Index(es):
    • Date
    • Thread