COMMON_API - Function Reference
AddToPEShell ( Vista / Win7 Projects only )
Syntax
AddToPeShell,Title,Path,Default
Parameters
1 |
Title |
Title of shell program in PEShell shell program list. This defaults to %ProgramTitle%. |
|---|---|---|
2 |
Path |
Filename and optional path of program to be run. This defaults to %PE_Programs%\%ProgramFolder%\%ProgramExe%. |
3 |
Default |
Indicates if the shell is the default shell - PEShell will automatically select the default shell after the timeout period. |
Remarks
This command is used to add a shell program to PEShell ( e.g. explorer etc ). Currently this is only supported in Vista / Win7 projects.
Example
This adds explorer.exe as the default shell to PEShell.
AddToPEShell,Explorer,explorer.exe,True
Common_Api version 8 - 11-08-2009 - Pedro Le 15