Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
This may make compatibility issues..
and I think Current is good.because
setlocal
set a=test
xxx
endlocal && set a=%a%
Original comment by chenall.cn
on 29 Mar 2013 at 5:55
OK - is it worth having &&& and ||| ???
Original comment by Steve6375
on 29 Mar 2013 at 9:54
Try this..
New operator "&;" and "|;",Same as "&&" and "||" but run like ";;".
^_^.Hope it's useful.
Original comment by chenall.cn
on 31 Mar 2013 at 5:27
Attachments:
That's great! :-)
thanks!
using ;; &; and |; will save a lot of confusion that things like...
set f=fred && set g=%f% doris && set h=%g% jim && echo %f% %g% %h%
caused
:-)
Original comment by Steve6375
on 31 Mar 2013 at 9:51
Original issue reported on code.google.com by
Steve6375
on 28 Mar 2013 at 2:54