10 Kasım 2017 Cuma

Batch - Replace

@echo off
set string=This is my string.
set string=%string:my=your%
echo %string%

Hiç yorum yok: