|
Messenger Plus! Live - Scripting Documentation
Objects Reference - MsgPlusMsgPlus::ScriptRegPathThe MsgPlus::ScriptRegPath property returns the full registry path to the current script's settings. You can use this key as you see fit (add values, create sub keys, etc...) to store settings pertinent to your script. 溴> 该msgplus : : scriptregpath物业的回报充分的注册表路径 SyntaxThis is a read-only property. [string] ScriptRegPath; Data TypeA string containing the path to the script's registry key. The path begins with "HKCU\" to designate the HKEY_CURRENT_USER key and ends with a backslash. 一个字符串包含的路径脚本的注册表项。路径 一个字符串包含的路径脚本的注册表项。路径 RemarksIt is highly recommended that your script uses this key to save data in the registry. It will help keeps things organized for the user and the data will be controlled by Messenger Plus! (for uninstallation for example). For more information about the registry functions available for your script, see Windows Scripting Host Functions. 这是强烈建议你的脚本使用了这个关键来保存数据 这是强烈建议你的脚本使用了这个关键来保存数据 ExampleThe following example writes a value called "EnableOpt" in the registry and read it back. 下面的例子写了一个价值,所谓“ enableopt ”在注册表中,并宣读了它 下面的例子写了一个价值,所谓“ enableopt ”在注册表中,并宣读了它
Property Information
See AlsoMsgPlus Object, Windows Scripting Host Functions. msgplus对象, msgplus对象, SponsorLinksScripts文档目录 脚本库 FAQ |