Skip to content

Instantly share code, notes, and snippets.

*rexx*/
/*********************************************/
/* REXX Script to Ping all hosts in class C */
/* By: Soldier of Fortran (@mainframed767) */
/*********************************************/
trace "o"
PARSE SOURCE NAME
Say 'Enter /24 to scan (e.g 10.10.10):'
pull IP
DO OCTET = 1 TO 255