Welcome to our NEW forum! We invite you to sign up today
so it can grow to be a valuable resource to all Toolbox users!

(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 Alert: Ask for a line of text "Search for this text:"
0002 Window: Assign active ""
0003 Window: Set windoc$ variable ""
0004 Action: Do this block if "windoc$<>blank$"
0005 Image: Assign "windoc$"
0006 Data: Assign "image"
0007 Action: End of block ""
0008 Action: Do this block if "windoc$=blank$"
0009 Image: Assign "window"
0010 Data: Assign "window"
0011 Action: End of block ""
0012 Action: Match case "0"
0013 String: Assign from assigned image ""
0014 Action: Do next step if "string$?alert$"
0015 String: Assign "The data$ DOES contain "alert$"."
0016 Action: Do next step if "string$!alert$"
0017 String: Assign "The data$ does NOT contain "alert$"."
0018 Alert: Show a message "string$"
(End)

(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 Folder: Assign active ""
0002 Action: Continue if "folder$<>blank$"
0003 Action: Allow failure messages "0"
0004 Action: Match case "0"
0005 Alert: Ask for a line of text "Open all images containing this text:"
0006 Folder: Set file processing filter ".bmp,.gif,.ico,.jpg,.jpeg,.pcx,.png,.psd,.psp,.tga,.tif,.tiff"
0007 Folder: Start of file processing ""
0008 Image: Assign "folder$name$"
0009 String: Assign from assigned image ""
0010 Action: Do this block if "string$?alert$"
0011 Computer: App launch "folder$name$"
0012 Action: Finish ""
0013 Action: End of block ""
0014 Folder: End of file processing ""
0015 Alert: Show a message "Image search is complete and no matches were found."
(End)Quote from: GrahamB on May 19, 2026, 10:25:00 PMAny hints on what's on the roadmap?Missed this question in your post (sorry!). Just released v8.0.0.2, so see the "Changes" link at the home page.


