- Jun
- 127
- 2
I am getting a message about a file not existing in the following
if "%runwith" == "jet" .and. (not exist replacemindprod.exe .or. %@FILEAGE[replacemindprod.exe] LT %@FILEAGE[replacemindprod.jar] ) call ant jet
Do .and. and .or. evaluate both sides even if the left side determines the result?
if "%runwith" == "jet" .and. (not exist replacemindprod.exe .or. %@FILEAGE[replacemindprod.exe] LT %@FILEAGE[replacemindprod.jar] ) call ant jet
Do .and. and .or. evaluate both sides even if the left side determines the result?