Describe how to delete junk files in the following file paths
C:\WINDOWS\Downloaded Program Files\
C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files
C:\Documents and Settings\Administrator\Local Settings\
C:\Documents and Settings\Administrator\Local Settings\Temp
The DEL command does not work
And changing the attributes doesn't work either. It says the path cannot be found! Which expert can give me the key point?
I've already done half of the batch file, only the above is left.
del C:\WINDOWS\Temp\*.*/p
del C:\WINDOWS\Downloaded Program Files\*.*/p
del C:\WINDOWS\Tasks\*.*/p
But the above files cannot find the path,
[ Last edited by molicn on 2006-7-2 at 01:29 ]
C:\WINDOWS\Downloaded Program Files\
C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files
C:\Documents and Settings\Administrator\Local Settings\
C:\Documents and Settings\Administrator\Local Settings\Temp
The DEL command does not work
And changing the attributes doesn't work either. It says the path cannot be found! Which expert can give me the key point?
I've already done half of the batch file, only the above is left.
del C:\WINDOWS\Temp\*.*/p
del C:\WINDOWS\Downloaded Program Files\*.*/p
del C:\WINDOWS\Tasks\*.*/p
But the above files cannot find the path,
[ Last edited by molicn on 2006-7-2 at 01:29 ]
