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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution