Hi all,
I'm trying to develop a batch file or script to delete a temp folder on computers. The only way that I see to do this is to use a batch file. However, the batch file says that it can't find the directory. Sample:
del %userprofile%\locals~1\temp\*.*
However, %userprofile% outputs c:\documents and settings\username and the del command has trouble with the spaces. I would ideally like to use Windows Script, but looks as if it can only delete files specified in the script. Any help would be greatly appreciated. Thanks,
Jeff