Is it possible using a batch script to change string in a txt file?
For example, I have status.txt
, which contains 2 lines:
SingleSite integer1
MultiSite integer2
I want to change them into:
TAG integer1
Engineer integer2
so SingleSite
becomes TAG
and MultiSite
becomes Engineer