Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Simple Applescript Needed...

Simple Applescript Needed...
Thread Tools
Posting Junkie
Join Date: Feb 2000
Location: Washington, DC
Status: Offline
Reply With Quote
Jul 31, 2002, 08:53 AM
 
I was wondering if someone would create a simple applescript for OS X that would:

1) Prompt the user to select a folder

2) Change the names of the files in that folder to the following sequence...

image01.jpg
image02.jpg
image03.jpg
image04.jpg etc...

I would greatly appreciate it!!!
     
Forum Regular
Join Date: Oct 2001
Status: Offline
Reply With Quote
Jul 31, 2002, 09:56 AM
 
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">
set theFolder to choose folder

tell application &quot;Finder&quot;
set theFiles to the name of every file in theFolder
repeat with i from 1 to length of theFiles
set newFile to &quot;image&quot;
if i &lt; 10 then set newFile to newFile &amp; &quot;0&quot;
set newFile to newFile &amp; i &amp; &quot;.jpg&quot;
set the name of file ((theFolder as text) &amp; item i of theFiles) to newFile
end repeat
end tell </pre><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">
     
Posting Junkie
Join Date: Feb 2000
Location: Washington, DC
Status: Offline
Reply With Quote
Jul 31, 2002, 12:17 PM
 
PERFECT!!! Thanks so much... you just saved me about a year of work!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 11:17 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2