Write the below code in a notepad and save it as a .vbs file. Either run it from command prompt or run it by double-clicking on it.
VBScript Code - Replacing a specified part of a string with another string
x=Replace("Worldwideweb", "web", "Internet")
msgbox x