you the man mart! thanks big guy!
here she is in a nutshell.
 Code:

;**********************************
; Begin WOL.KIX
;**********************************
Break On
;*********************************
; Declare/Define Arrays Section
;*********************************
Dim $IPMAC_4TH
Dim $IPMAC_8TH
Dim $IPMAC_PLOVER
Dim $IPMAC_POINT

;4th avenue IP ONLY (no routing needed)
$IPMAC_4TH = "192.168.1.45", "192.168.1.56"





;8th Street
$IPMAC_8TH = "192.168.1.45 abcdefg", "192.168.1.56 abcdefg"





;Plover
$IPMAC_PLOVER = "192.168.1.45 abcdefg", "192.168.1.56 abcdefg"






;Point
$IPMAC_POINT = "192.168.1.45 abcdefg", "192.168.1.56 abcdefg"


;*********************************
;Wake-Up LAN Main
;*********************************

;4th avenue
For Each $IPMAC in $IPMAC_4TH
	$rc = wol_Master($IPMAC)
Next

;8th street
sleep 5
For Each $IPMAC in $IPMAC_8TH
	$rc = wol_Master($IPMAC)
Next

;plover
sleep 5
For Each $IPMAC in $IPMAC_PLOVER
	$rc = wol_Master($IPMAC)
Next

;point
sleep 5
For Each $IPMAC in $IPMAC_POINT
	$rc = wol_Master($IPMAC)
Next

;**********************************
; WOL function Master
;**********************************

Function wol_Master($IPMAC)
	Shell "cmd.exe /c wol.exe $IPMAC"
EndFunction


;**********************************
; End of WOL.KIX
;**********************************





Edited by itdaddy (2009-11-04 05:19 PM)
_________________________
Robert
A+, CCNA, MCP
Network Admin
Credit Union Wisconsin