One observation from my work today:

I want to delete the contents of a directory, but not the directory itself. Since the contents of the directory will be random and unspecifyable, I would have to use the DOS RD command like this: Code:
 SHELL "CMD.EXE /C RD c:\tempdrive\ /s /q" 



That not only deletes the contents of c:\tempdrive\ but also c:\tempdrive\ itself, which is something I'm trying to avoid. There's always a work-around if I can't avoid it, but, (*ugh*)...

Thanks for all the input. I will keep my eyes opened for this future improvement of KiXtart.
_________________________
let the wise listen and add to their learning,
and let the discerning get guidance- Proverbs 1:5