ioquatix/shell-environment

Windows support

Open

#2 geöffnet am 7. Mai 2015

Auf GitHub ansehen
 (33 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (5 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Would this work? http://stackoverflow.com/a/5327531/2578205 Does anyone have a Windows machine to test on.

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 enviorment 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

Contributor Guide