I try to use with "else" command but I get the foloowing error:
'else' is not recognized as an internal or external command, operable program or batch file.
My code is:
if "zz"=="TRUE" (
copy /a zz + /a ee=/a zz
)
else (
copy /a e + /a %TMP%=/a e
)
What the problem?