JCL Help:TExecKind

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration used by RegisterAutoExec to specify the desired autoexec kind.


Pascal

 public TExecKind = (
ekMachineRun,
ekMachineRunOnce,
ekUserRun,
ekUserRunOnce,
ekServiceRun,
ekServiceRunOnce
);


Members

Members Description
ekMachineRun Register under HKLM..Run. This will execute the specified file each time at logon for each user, until it is unregistered.
ekMachineRunOnce Register under HKLM..RunOnce. This will execute the specified file once at the next logon independent of which user logs on.
ekUserRun Register under HKCU..Run. This will execute the specified file each time at logon for the current user, until it is unregistered.
ekUserRunOnce Register under HKCU..RunOnce. This will execute the specified file once at the next logon for the current user.
ekServiceRun Register under HKCU..RunServices. Not supported on NT - simulates services on Windows 9x. The specified file is executed before each logon untl it is unregistered.
ekServiceRunOnce Register under HKCU..RunServicesOnce. Not supported on NT - simulates services on Windows 9x. The specified file is executed once before the next logon.


Description

Enumeration used by RegisterAutoExec to specify the desired autoexec kind.


See Also

UnregisterAutoExec RegisterAutoExec


About

Unit

JclRegistry


Navigation

no pages or subcategories

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page