AutoHotkey Community

It is currently May 27th, 2012, 3:26 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: June 7th, 2010, 11:05 pm 
Offline

Joined: June 7th, 2010, 6:26 am
Posts: 60
What is the AutoHotKey code for this pseudocode?

for (every *.bmp in Desktop directory)
ImageSearch($file)
next


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re:
PostPosted: June 7th, 2010, 11:16 pm 
Offline

Joined: January 10th, 2009, 6:40 pm
Posts: 32
Hey!
Something like this?
Code:
Loop, %a_desktop%\*.bmp
     msgbox, % A_LoopFileLongPath

Cheers


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: rbrtryn and 14 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group