just a thought, what about deltree.exe

Break On
Dim $SO
$SO=SetOption('Explicit','On')
$SO=SetOption('NoVarsInStrings','On')
$SO=SetOption('NoMacrosInStrings','On')

Dim $File
For Each $File In ReadFile('\\szl-fs9ces1\roxio\delete_profiles.txt')
If Exist('C:\Documents And Settings\'+$File)
shell "deltree /y 'C:\Documents and Settings\$File'"
endif


this doesn't work
how do i shell a something that has quotes in the command?