Menu

#306 NppExec problem with environment variables

Not relevant
open
nobody
None
5
2016-03-18
2016-03-18
No

test.bat

@echo off
echo %PROGRAMFILES(x86)%
echo %PROGRAMFILES%

When I run this batch file from MSDOS box I get
C:\Program Files (x86)
C:\Program Files

If I run it from NPPEXEC I get
C:\Program Files (x86)
C:\Program Files (x86)

Something is wrong and I cannot figure what.

Discussion


Log in to post a comment.