What is the command to check if a command's results mention OK?
- by Manuel
Alright, so I was playing around with changing MTU size and wanted to make a batch file to automatically lower it and then raise it later.
This is probably simple, but I just can't figure it out. Point is, is there a way to run a command, which would normally echo out "ok" but check to see if it does say ok? And if it doesn't say ok then, to end…