Hi this is not possible as far as I know, what you can do something like the following :
set is64=false if exist "C:\Program Files (x86)\*.*" set is64=true mind the dot after \ with kind regards Ruben Willems On 23 June 2011 16:38, Vishnu Paladugu <[email protected]> wrote: > Hi, > > It might look like a silly question but I am not able get around it. > > I understand environment variables can be read like $(PATH) however, when I > try the same approach with $(ProgramFiles(x86)) it fails with error > "Reference to unknown symbol programfiles(x86)" > > Appreciate any help. > > Thanks, > Vishnu >
