mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 02:28:09 +02:00
Add sample config files in PreShellConfig docs
@@ -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**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user