At a DOS prompt or batch file:
code:
DEL %%WINDIR%%\blankfile.txt
RD %%WINDIR%%

Use a similar syntax in KiXtart - using "%%" cancels the special meaning of "%".