I'm being thick 
I want to delete certain subdirectories in a folder using a batch file (scheduled) -e.g;
del "C:\Documents and Settings\xxx\Desktop\TEST DELETE\XXX*.*"
del "C:\Documents and Settings\xxx\Desktop\TEST2\XXX*.*"
pause
Where after the XXX could be any series of numbers... e.g. - XXX001, XXX002
I thought it would be something akin to; del "c:\xxx?.*"
Am I being a spaz?
Cheers!

I want to delete certain subdirectories in a folder using a batch file (scheduled) -e.g;
del "C:\Documents and Settings\xxx\Desktop\TEST DELETE\XXX*.*"
del "C:\Documents and Settings\xxx\Desktop\TEST2\XXX*.*"
pause
Where after the XXX could be any series of numbers... e.g. - XXX001, XXX002
I thought it would be something akin to; del "c:\xxx?.*"
Am I being a spaz?
Cheers!