Hello, As a batch developer you CAN edit the server.properties file with a short simple command example here:
powershell -Command "(Get-Content 'server.properties') -replace '^motd=.*', 'motd=A Minecraft Server' | Set-Content 'server.properties'"