passing "=" in batch call parameter

Joined
Oct 8, 2016
Messages
1
Reaction score
0
content of teste.bat:

c:bin>type teste.bat
c:bin>echo %1%

running teste.bat:
c:bin>teste abc=123
c:bin>abc

what happened to "=123" ?
 
Top