environment variables

  1. R

    Windows 8 Running executable files from the Windows explorer address bar without typing the extension

    I have a question about running "executable" programs in Windows without having to type the extension. I've recently learned that, in addition to the command prompt and run box, you can also run executable files (.exe, .bat, .lnk, .vbs) from the Windows Explorer address bar. The only problem...
  2. Mayank Kulshreshtha

    Windows 8 bat/exe files not found in path

    I have a Lenovo Ideapad s510p running original Windows 8.1. Bought it in May'14. The problem is that it's not able to find & run some bat & exe files given in the '%Path'. Whereas it can find some - it can't find some others. So it doesn't run them unless full path is specified. This is a big...
  3. NewComer01

    Win Server2008 - How to know who/hostname accessing by RDP

    Dear All, I would know who/hostname/date/time that accessing to my Win server 2008 R2 via a remote desktop connection, so i have a script with command ECHO to show these information to text file once user logon, but i donot know which environment variables for exactly who is remoting session...
  4. News

    TA14-268A: GNU Bourne Again Shell (Bash) ‘Shellshock’ Vulnerability (CVE-2014-6271,...

    Original release date: September 25, 2014 Systems Affected GNU Bash through 4.3. Linux, BSD, and UNIX distributions including but not limited to: CentOS 5 through 7 Debian Mac OS X Red Hat Enterprise Linux 4 through 7 Link Removed 10.04 LTS, 12.04 LTS, and 14.04 LTS Overview A critical...
  5. PointlessSpike

    Windows 8 Weird PATH behaviour

    I've got a problem with PATH that doesn't make much sense to me- something I've done on three different Windows 8 machines with the same result. I use Java as an example because it's a common thing to have installed. There's an PATH segment pointing to Java, and if you CMD "java" it knows what...
  6. P

    Windows 7 How to really (!) set the Win 7 temporary system folder path?

    When I type at the CmdPrompt "set" then two core response lines are: TEMP=D:\temp TMP=D:\temp So from my point of view the path to the official system wide temporary folder is obviously D:\temp I expected that this folder is automatically protected and hidden in Windows Explorer. BUT...
  7. P

    Windows 7 How to set an environment variable PERMANENT from cmdline?

    If I open a CmdPrompt and type set myvar=foobar then this environment variable is set only for the time the CmdPrompt exists and is only visible INSIDE the CmdPrompt. How do I set such an environemnt variable from CmdPrompt (!) but permanently (forever) for - a certain user - whole...
  8. A

    Windows 7 basic scripting, usage piping, output redirections and variable in one example.

    Hi, I mostly use another OS, and need to rewrite following script into one which works in windows. OK, here's the command: curl -s -x 127.0.0.1:8888 -b ./cookies.txt -X GET Link Removed 2>&1 | tr -d '[]' | sed "s/,/\n/g" | head -n 1 | sed "s/.\(.*\)./\1/" here's what it does: loads content of...
  9. R

    Windows 7 Command prompt not working

    Hello. It seems as if my command prompt will not let me do any simple system commands such as ping, ipconifg, etc. And it will also not let me use commands for my compiler. The paths are set properly in the environment variables, but it still does not work. See the screencap below...
  10. E

    Windows 8 environments variable problem, they do not work!

    Hi at all, I'm a new entry in the forum. As by topic title I'have a problem with environments variable in windows 8. In practice, I installed MinGw a c/C++ compiler and when i use the command gcc from prompt it response me with the following message: gcc is not recognized as internal or...
  11. F

    Windows 7 ERROR: could not open E:\java\jre7...jvm.cfg --- I canged it to C:\.... but still same problem

    Hey guys, I haven't posted here in a while but here goes... When I run this certain program which is made in java, it says "Error: could not open E:\java\jre7\lib\i386\jvm.cfg" Now when I check my environment Variables I have JAVA_HOME set to C:\Program Files\Java\jre7\lib\amd64\jvm.cfg...
  12. B

    Windows 7 User Environment Variables in Profile

    Where in the user profile are user environment variables stored? I had an issue that our IT support decided to fix by creating a new profile for me and then copying over what they thought I needed from the original profile. They missed my environment variables and I haven't been able to find...
  13. S

    Windows 7 Command to change the path using environment variable from Command prompt

    Hi all, In UNIX, for changing the directory path, there is "cd" command. .This works fine in windows 7 too.. But the problem comes when we are trying to change the path using environment variables. . In UNIX, cd $JAVA_HOME changes the path to the value set for JAVA_HOME, Similarly is there...
  14. News

    Error messages after you change the 2047 character limit in an environment variable on a computer th

    Describes the issues that occur after you enable an environment variable to contain more than 2047 characters on a computer that is running Windows 7 or Windows Server 2008 R2. More...
  15. P

    Windows 7 cmd.exe and powershell.exe PATH problems

    I am trying to run powershell.exe in the cmd.exe prompt. error The error that comes out is unrecognized command. I go to System Properties -> Advanced -> Environmental Variables Under System Variables I find the variable Path. I add the path where the powershell.exe is. Shouldn't this solve...
  16. flip66

    Windows 7 Enviornment Variables will not stick through CMD or Power Shell (even if I run them as admin)

    I have tried numerous times in both Command Prompt and Power Shell to set the Environment Variable for "Path" and it will not stick. I have tried running as admin as well. If I test it in the open CMD or Powershell Window it seems to stick, but if I open a new window it is gone. If I go through...
  17. P

    Windows 7 How to change "My Documents" env var temporarily for a certain GUI program?

    Ok, I know, I can change/set environment variables through Control Panel--->System The current environment variable values are fine for most of my programs. However there is one program which puts some config files into the folder which is currently defined as user variable "My...
  18. A

    Windows 7 environment variables and xp programs

    I've used a program for video editing and creating projects in Windows XP. After moving the completed projects and their associated media to a new windows7 pc; the links to the media are no longer accepted by my application. THe old paths to the media would have been something like...
  19. News

    Updated CCleaner supports Windows 7 SP1

    By Link Removed - Invalid URL Piriform Software has updated its system optimization and cleaning tool, CCleaner, to version 3.04. The latest release adds a number of new features, but most notably also adds support for Windows 7 Service Pack 1, which was made available for download two days...
  20. Mike

    Windows 7 Environment Variables in Windows 7

    The following are Environment Variables in Windows 7 which can allow you to get to system locations more efficiently. What are Environment Variables in Windows? Well, if we understand that "variables" are things that can be changed, and if we also understand that the environment that variables...
Back
Top