There are example for this checking:
**************************************************************************************
If Exist "C:\Program Files (x86)\" goto X64
start /MAX C:\PROGRA~1\INTERN~1\IEXPLORE.EXE http://www.google.com
:X64
If NOT EXIST "C:\Program Files (x86)\" goto END
start /MAX "C:\PROGRA~1 (x86)\INTERN~1\IEXPLORE.EXE" http://www.google.com
:END
**************************************************************************************
No comments:
Post a Comment