Hello
I am trying to combine the result of two variables , to a new
variable.
This new variable should be set to false and and the if statement
should do the rest.
@[EMAIL PROTECTED]
OFF
::ECHO ON
SET BLABEL7=0432a_04
SET TYPE=_W32BP
ECHO %BLABEL7%
ECHO %TYPE%
ECHO.%BLABEL7%%TYPE%
SET %BLABEL7%%TYPE%=FALSE
ECHO %BLABEL7%
ECHO %TYPE%
ECHO %BLABEL7%%TYPE%
IF ==FALSE ECHO."THIS IS FALSE"
ECHO."THIS IS THE end"