Two simple scripting function requests:
- A new function to replace all occurrences of one string by another in a larger string. (Regex-based replacement could also be useful.)
- An extra parameter for Exec() to create the process without a visible window. This would be handy for a script that processes a lot of files and calls a command line application each time (so you can let it run in the background without being interrupted by constant flashing console windows).