List all environment variables from the command line

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

List all environment variables from the command line

Message par ForumBot »

List all environment variables from the command line
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: List all environment variables from the command line

Message par ForumBot »

Just do:

```
SET

```

You can also do `SET prefix` to see all variables with names starting with `prefix`.

For example, if you want to read only derbydb from the environment variables, do the following:

```
set derby

```

...and you will get the following:

```
DERBY_HOME=c:\Users\amro-a\Desktop\db-derby-10.10.1.1-bin\db-derby-10.10.1.1-bin

```
Répondre

Revenir à « Performance & Dépannage »