put those file names in an array and make a for each loop

$exes='180ax','a','actalert','adaware','','','','','','','','',''
for each $exe in $exes
shell 'c:\PSKILL.EXE '+$exe+'.exe'
next
_________________________
How to ask questions the smart way <-----------> Before you ask