Open at Startup - rephrased

Klaus Major k_major at osnabrueck.netsurf.de
Sun May 5 12:54:01 EDT 2002


Hi Sims,

> Thanks Klaus!
>
> This makes me appreciate my mac even more..   ;-)
>
> sims
>
>> on xxx
>>   ##put the path to "YourApp.exe" into the_app
>>      replace "/" with "\" in the_app ### we have to speak "windows"
>>     get 
>> setregistry("HKEY_local_machine\Software\Microsoft\Windows\CurrentVers 
>> ion\
>> Run\YourApp", the_app)
>> end xxx
>>
>> To delete that entry again, set the entry to empty.
>>
>> on xxx
>>     get 
>> setregistry("HKEY_local_machine\Software\Microsoft\Windows\CurrentVers 
>> ion\
>> Run\YourApp", "")
>> end xxx
>>
>> "YourApp" is in this case the name of the registry-entry, which you 
>> can set to "" (empty).
>> This way the entry will be deleted.


Yeah, that's ugly, isn't it ;-)


Best

Klaus




More information about the use-livecode mailing list