TLDR: findstr and find are missing/not available. How else can I achieve the same result?
I'm trying to run the following command
ping -n 1 %%a | findstr /r /c:"[0-9] *ms"
To check if a host is pingable or not. However the pc it is to run on has a custom XP install that does not have find nor findstr, what could I do?