C:>@for /f "usebackq tokens=*" %i in (`echo Hello world.`) do @set msg=%iC:>echo %msg%Hello world.C:>