Linked Questions

77 votes
12 answers
248k views

When I do echo %JAVA_HOME% it returns %JAVA_HOME% on windows 10 what did I do wrong?
gaming with yoty's user avatar
14 votes
3 answers
11k views

I have the same issue like Git for Windows doesn't execute my .bashrc file and tried to make the same steps. But my Git Bash (2.5.0, 64bit on Windows 7, 64bit) doesn't know my %USERPROFILE%. ...
pitgrap's user avatar
  • 331
11 votes
4 answers
60k views

I am hoping there is a simple answer for this is. Is there a command that would give me a list of all User Environment variables? (or value of a user Environment variable if it exists). I know there ...
Nik's user avatar
  • 181
12 votes
2 answers
76k views

I'm trying to get IKVM to build (see this question) but now have encountered a problem not having to do with IKVM so I'm opening up a new question: When running nant on the IKVM directory with the ...
John Goering's user avatar
  • 39.2k
2 votes
1 answer
7k views

I am new to coding and I am learning about environment variables in python using pycharm. I am trying to hide my API KEY in the terminal for basic security however when I type env into the terminal ...
Laramie's user avatar
  • 21
3 votes
2 answers
2k views

Powershell is clearly a lot better than cmd but it hides basic functionality. I normally use it to figure out how to use commands that I want in scripts but it breaks a large number of basic things ...
JonnyRaa's user avatar
  • 8,148
9 votes
1 answer
3k views

Using powershell how do I set the environment variables (here, particularly "ApiSecret") so that printenv will show the necessary variables? (Operating on the assumption that the problem is that ...
Thufir's user avatar
  • 8,575
2 votes
1 answer
1k views

In a batch file, is there any way to get the raw arguments or command? For example, given the following batch file: echo "%1" And then running: my-file.bat ^1.1 I would like it to output ^...
David Sherret's user avatar
2 votes
1 answer
1k views

I'm using clang 4.0.0 compiled from source on windows 10 (32-bit OS, x86 processor). I'm trying to compile my cpp code to llvm ir code of the format ll. Here's a sample code which fails to compile ...
Vishal Llewellyn's user avatar
2 votes
1 answer
1k views

Trying to start using python, but I cannot make it run from CMD by simply typing Python. I have added it in the system paths thing as many tutorials have taught me, and currently I have "Python" ...
Sodori's user avatar
  • 31
-3 votes
2 answers
254 views

Where do I go to find all of the Windows shortcuts, or easy-links, or whatever they are called? I am talking about the ones like %appdata%. I want my program to put a shortcut directly on the desktop ...
Gavin Craft's user avatar
0 votes
1 answer
79 views

in bash "env" and in terminalX "env -S" work, in cmd "env" is not an internal or external command, executable program or batch file. for example: on Linux :(. venv) ~ ...
maann68's user avatar