Open at Startup - rephrased
sims
sims at ezpzapps.com
Sun May 5 11:47:00 EDT 2002
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.
>
>_
More information about the use-livecode
mailing list