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 > Applescript help, please!

Applescript help, please!
Thread Tools
Fresh-Faced Recruit
Join Date: Feb 1999
Status: Offline
Reply With Quote
Sep 19, 2002, 09:32 AM
 
I wrote this simple applescript program, b ut when it runs it takes a seemingly random number of times before it "works" (does what I intend). Any help would be greatly appreciated! Thanks:

tell application "Finder"
activate
set pathName to (choose folder with prompt "Choose Destination Folder")
set filePath to folder ":Users:kentesktopicsProcessed" as alias
set thumbPath to folder ":Users:kentesktopicsProcessedThumbnails" as alias
set fileList to every file of folder filePath
set thumbList to every file of folder thumbPath
set loopFinish to count of items of thumbList

repeat with i from 1 to loopFinish
set curFile to item i of thumbList
set theFile to curFile as alias
set curName to name of theFile
set newName to ("th" & curName) as string
set the name of theFile to newName
move theFile to folder pathName
end repeat

set loopFinish to count of items of fileList
repeat with i from 1 to loopFinish
set curFile to item i of fileList
move curFile to folder pathName
end repeat
end tell
     
   
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 01:48 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