Hi thanks again,

Because the format of my machine names are [string]-01...[string]-09 then [string]-10 ... [string]-30 the script does nothing, I tried it from command line and it works fine. Tried the following:
Code:
 
;$LT_machineCount = 9
;for $=1 to $LT_machineCount
;Run "c:\winnt\system32\beyondexecv2 \\LT-"+right("0"+$,2)+" c:\winnt\nircmd.exe mutesysvolume 1"
;next

$LT1_machineCount = 30
for $=10 to $LT1_machineCount
Run "c:\winnt\system32\beyondexecv2 \\LT-"+right($,2)+" c:\winnt\nircmd.exe mutesysvolume 1"
next



Regards

Steve.