path configuration

About this tag
The path configuration tag covers issues related to the Windows system and user PATH environment variable, which tells the operating system where to look for executable files. Common problems include Windows not finding .bat or .exe files even when the PATH variable appears correctly set, as seen in Windows 8.1. Another recurring issue involves setting environment variables like GS_PROG to point to a program's full path, such as Ghostscript for GIMP, where the configuration may fail on Windows 7. Discussions focus on troubleshooting why certain executables are not recognized unless the full path is specified, and how to properly configure PATH and related variables to resolve these issues.
  1. 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...
  2. D

    Windows 7 Ghostscript for GIMP

    Hi all! I have some problems with installing ghostscript for GIMP. After standard installation for Windows I follow the instruction (which worked for Vista) to make GIMP recognize installed ghostscript. They were to set an environment variable GS_PROG with full path to the location of the...
Back
Top