Untested:
Code:
Break On
for $ip = 1 to 5
$SHellCMD = 'Del /s \\10.20.32.'+$ip+'\c$$\umxlu32.exe'
'Shell command = '+$SHellCMD ?
Shell $SHellCMD
next

for $ip = 1 to 5
DEL '\\10.20.32.'+$ip+'\c$$\umxlu32.exe /S'
;DEL '\\10.20.32.'+$ip+'\c$$\umxlu32.exe' /S
next

_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.