# EXAMPLE: first sets variable A, then replaces the 'aaa' with 'bbb', and then echos the new variable set "A=text aaa" set "B=%A:aaa=bbb%" echo %B% # SYNTAX # set "=" # set "=%:=%" # echo %%