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!
Quote from: Paul (Lead Developer) on May 18, 2026, 01:42:19 PMIs there something in particular you'd like to be able to do on your PC that you currently can't? Let me know and I'll see if I can cook up an automated action for it.Challenge accepted. One of my bugbears is that I have an ultrawide monitor and I hate looking down to my far left to see the Windows Run box when it opens there. Can it be made to open in the middle of the desktop instead? Bonus points if it also opens with no text in it, instead of defaulting to the last item I typed.



(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 Action: Comment "This action requires a hotkey to be used."
0002 Window: Assign active ""
0003 String: Assign "wint$"
0004 Window: Transparency "10"
0005 Wait: For action hotkey to be released ""
0006 Window: Transparency "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 Toolbox: Show the tab named "Automation"
(End)
Quote from: oblivion on May 07, 2026, 09:57:13 PMI've clearly misunderstood the use of the IDs for variable storage. Can you set me right, please?
(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 String: Assign from random number "1-6"
0002 String: Save as ID "dice"
0003 String: Clear ""
0004 String: Assign from ID "dice"
0005 Alert: Show a message "The saved string was: string$"
(End)(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at [url="http://alomware.com/paste.png"]alomware.com/paste.png[/url]
0001 Action: Comment "Remove quote chevrons, rewrap then replace chevrons"
0002 Action: Abort if no clipboard text ""
0003 Alert: Ask for a choice "#Wrap to what width?~20~30~40~50~60~70"
0004 Data: Assign "alert$"
0005 Action: Do next step if "data$=blank$"
0006 Data: Assign "68"
0007 String: Assign from clipboard text ""
0008 String: Replace text "~>>=~"
0009 String: Replace text "~>=~"
0010 String: Replace text "~~=[para]"
0011 String: Replace text "~=space$"
0012 String: Replace text "[para]=~~"
0013 String: Word wrap at "data$"
0014 String: Replace text "~=~>space$"
0015 Clipboard: Assign text "string$"
0016 Action: Do this block if "clip$<>"""
0017 Wait: For milliseconds to pass "200"
0018 Keyboard: Paste ""
0019 Action: End of block ""
(End)