Releases: ThioJoe/Adobe-Apps-Scripts-And-Tools
Releases · ThioJoe/Adobe-Apps-Scripts-And-Tools
Latest Compiled: 5-31-2025
Extendscript ThioUtilsLib = v1.1.0
- Added
playSoundAliasfunction- Plays a system sound by alias, or filename within the C:\Windows\Media folder
- Added
copyTextToClipboardfunction- Copies an inputted string into the Windows clipboard
- Added new wrapper script
ThioUtils.jsxto make it easier to use the DLL functions.- It creates a ThioUtils object with methods attached and handles various custom errors from the DLL.
- See this Wiki Page for usage and setup instructions
See attachments below for the latest compiled files. Most tools in this repo don't need to be compiled. Only the ones that do (like DLL libraries) will be below.
Latest Compiled: 12-7-2024
See attachments below for the latest compiled files. Most tools in this repo don't need to be compiled. Only the ones that do (like DLL libraries) will be below.
New:
-
Extendscript ThioUtils = v1.0.0
- Extendscript external library for additional functionality you can use in Extendscript scripts.
- Currently there's just one method, systemBeep which plays the default system error sound. Good if you want to indicate an error or failure without showing a whole message box.
- See this Wiki Page for usage instructions