What Are the Environmental Variables Will Be Used When Calling an EXE from Command Line
- by Ngu Soon Hui
If you invoke nmake ( or any exe) on command line in Windows, Windows will search through all the path variables and append the directory to front of the nmake and execute it.
Besides path, is there any other environmental variable that Windows will search and append to the front of nmake?