What Are the Environmental Variables Will Be Used When Calling an EXE from Command Line
        Posted  
        
            by Ngu Soon Hui
        on Super User
        
        See other posts from Super User
        
            or by Ngu Soon Hui
        
        
        
        Published on 2010-01-28T06:50:29Z
        Indexed on 
            2010/04/03
            21:03 UTC
        
        
        Read the original article
        Hit count: 325
        
Windows
|command-line
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?
© Super User or respective owner