Hi,
I have created a batch file which is supposed to delete all files in a particular folder when executed, however it does not work. Appreciate any help.
The commands in the batch file:
cd C:\Documents and Settings\yourprofilename\Local Settings\Temporary Internet Files\
del *.*
I have created a batch file which is supposed to delete all files in a particular folder when executed, however it does not work. Appreciate any help.
The commands in the batch file:
cd C:\Documents and Settings\yourprofilename\Local Settings\Temporary Internet Files\
del *.*