H
Henry
Hi
In bathc, I make use of the following cmd to remove
certain caracters from strings:
set "string=%string:$%" this will for example remove the $
from the string.
This however doesn't work when I try to remove the equal
sign =.
Any idea how I can remove the = from a string?
Thanks
In bathc, I make use of the following cmd to remove
certain caracters from strings:
set "string=%string:$%" this will for example remove the $
from the string.
This however doesn't work when I try to remove the equal
sign =.
Any idea how I can remove the = from a string?
Thanks