[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OZONE and Windows - some hints





Falko Braeutigam wrote:
> 
> >   if not %ERRORLEVEL% == 0 exit
> is this is portable over all win system?
> 

No. The line has to be:

  if not "%ERRORLEVEL%" == "0" exit

Best regards,
andy


OJ: Some years ago I have seen a book called: "Professional batch programming"

--
************************************************************************
* Andreas Kasparz - andy@interface-business.de - +49 351 31809 0       *
* Interface-Business GmbH, Tolkewitzer Str. 49, 01277 Dresden, Germany *
************************************************************************