Add sample config files in PreShellConfig docs

Homes32
2025-02-19 21:53:12 -06:00
parent 8132b87500
commit 128d10b367

@@ -54,6 +54,8 @@ By placing a specifically named script in a pre-defined location these scripts w
AutoItSetOption("ExpandEnvStrings", 1) AutoItSetOption("ExpandEnvStrings", 1)
#include "PhoenixPE.Common.au3"
; Main ; Main
Config() Config()
Shortcuts() Shortcuts()
@@ -184,7 +186,7 @@ _END RunPrograms
### AddAutoRun ### AddAutoRun
For more flexibility, you may choose to run AutoIt3 or PECMD scripts directly at different startup stages using the `AddAutoRun` command. For more flexibility it is preferred to run AutoIt3 or PECMD scripts directly at different startup stages using the `AddAutoRun` command.
**Example** **Example**