Yeah, you can't "del" a directory, you should try to use "deltree" for directory and del for "files"
for example like this
@echo off
deltree c:\windows\desktop\newfol~1 /y (dos can read...