Search:

Type: Posts; User: Tedob1; Keyword(s):

Search: Search took 0.15 seconds.

  1. Replies
    14
    Views
    9,856

    change "fscan" to nmap w/ the args you want and...

    change "fscan" to nmap w/ the args you want and call pinger.bat with start.bat:

    start.bat
    -----------------
    for /L %%W in (0,1,255) do pinger 192.168.%%W
    -----------------
  2. Replies
    14
    Views
    9,856

    if you want to use ping here ya go pinger.bat...

    if you want to use ping here ya go

    pinger.bat
    -----------------------
    for /L %%X in (1,1,254) do ping -n 1 %1.%%X |find /I "reply" >>c:\reply.txt
    for /F "tokens=3" %%Y in (c:\reply.txt) do...
Results 1 to 2 of 2