$array='machine1','machine2','machine3','machine4'
for $x=0 to ubound($array)
? 'pinging '+$array[$x]+', please wait a moment'
shell '%comspec% /c ping '+$Array[$x]+' >> '+$ping_file
next

[ 22. April 2003, 12:19: Message edited by: Radimus ]
_________________________
How to ask questions the smart way <-----------> Before you ask