I'm executing this command on a system to delete all the temp files but for some reason it's ignoring the folders:
del /f /s /q *.*
I'm in the folder I want to delete everything from.
For whatever reason it does not do the subdirectories. If I remove /q it does, but I can't sit there all day hitting Y key. Has anyone seen this happen before? This is windows xp.
del /f /s /q *.*
I'm in the folder I want to delete everything from.
For whatever reason it does not do the subdirectories. If I remove /q it does, but I can't sit there all day hitting Y key. Has anyone seen this happen before? This is windows xp.