Hey guys,

I have written this script but I don't know what is wrong, i have tried a lot of method (" ", '""', etc) but it's not working can you point out what is wrong?

for $ip = 1 to 5
MessageBox ("test " + $ip, "test") ; this works
Shell 'Del /s \\10.20.32.$ip\c$\umxlu32.exe' ; this does work
; Shell 'del /s "\\10.20.32." + $ip + "\c$\umxlu32.exe"' ; this does work either.

Son ^_^
next