Auto Executor
The compiled 'AutoExecutor.exe' file SHORTCUT (.lnk) is meant to be placed inside 'shell:startup' directory.
This would launch AutoExecutor.exe upon windows startup, which in turn would start launching applications inside 'Apps' folder.
How it works:
The script searches for .exe, .lnk and .ahk files inside 'Apps' folder. Once found, it checks if the filename doesn't contain specific rules. The currently available rules are:
#milliseconds_FILENAME.exe
- which would delay the launch of this specific FILENAME.exe by an X amount of time in milliseconds.- For example: "#3000_ThrottleStop.exe" would launch 'ThrottleStop.exe' after 3 seconds.
Note, that the 'Apps' folder has to be relative to the 'AutoExecutor.exe' script file.
Features:
- Launch applications in administrator privileges
- Auto Start applications inside 'Apps' folder
- Customize application launch time
- To use this feature, add a prefix to file names inside 'Apps' folder.