OfficeAnimal
Technical User
Arrrggghhh!!! I know!!!
However, I find myself having to write a batch file for the first time since Luis Suarez got his first tooth.
I want it to, amongst other things, eliminate folders with names like
_AI62E.tmp, {5dd6319d-705c-4ac4-ba7a-b8b1c832dc0a} and ~DF2EEF8AFB40B642B6.tmp
from \appdata\local\temp in Windows 7.
A simple RD (RMDIR) command like
rd /q /s ~*.tmp
gets rejected for a syntax error. Can some kind soul please set me straight?
Thanks
"Truth will sooner come out from error than from confusion."
Francis Bacon (1561-1626)
However, I find myself having to write a batch file for the first time since Luis Suarez got his first tooth.
I want it to, amongst other things, eliminate folders with names like
_AI62E.tmp, {5dd6319d-705c-4ac4-ba7a-b8b1c832dc0a} and ~DF2EEF8AFB40B642B6.tmp
from \appdata\local\temp in Windows 7.
A simple RD (RMDIR) command like
rd /q /s ~*.tmp
gets rejected for a syntax error. Can some kind soul please set me straight?
Thanks
"Truth will sooner come out from error than from confusion."
Francis Bacon (1561-1626)