DelayExec accepts the following parameters:
- [filename] - The full path to the program you want to launch (use quotes if the path contains spaces).
- [delay in seconds] - How many seconds to wait before launching the program.
- -min - Optional flag to launch the program minimized.
- -max - Optional flag to launch the program maximized.
If neither -min nor -max is specified, the program launches in its default window state.