# jsetkey (jBASE 3 only)
Read Time: 1 minute(s)
Tags: environment variables
# Description
The jsetkey utility is used to display, set or remove jBASE environment variables in the Windows current user registry.
Command | Description |
---|---|
jsetkey <keyname>=<value> | set Key to the specified value |
jsetkey -b <keyname>=<file> | set binary Key to data from a file |
jsetkey <keyname> | display a value |
jsetkey -d <keyname> | delete Key |
jsetkey -u | update user values from the default |
jsetkey -i | initialize a clients local registry |
jsetkey | display all registry values |
If -m option is also used, then the Global machine values are used instead of the current users settings.
# Note
This command is only available on jBASE 3.
Back to Tools and Utilities