"Danny Mayer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Franz wrote: [...] >> The command netstat -an |grep "123" didn't work on my machine. > > Did you use Command or cmd? You should be using cmd. Command is garbage. > hmm, that grep is in my own private set of binaries.
It should have been 'netstat -an |find "123"'. Command.com or cmd.exe makes little difference here; netstat is a standalone program anyway. (Purists would argue that you should %comspec%.) But you're right that Windows doesn't include grep as standard, it has find. Now _that_'s garbage. (-: Groetjes, Maarten Wiltink _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
