Re: Help-
- From: "DonV" <dvonj@xxxxxxxxxxx>
- Date: Sat, 5 Jan 2008 11:02:23 -0800
Also I need to write a log file each time I get a successful and unsuccessful run, if that is possible.
"DonV" <dvonj@xxxxxxxxxxx> wrote in message news:OBQ88v8TIHA.3940@xxxxxxxxxxxxxxxxxxxxxxx
Coolio thanks.
Anyway to get around the Access Denied in Vista and the file is in use by another process? In other words is the a switch that will force the deletions?
"Pegasus (MVP)" <I.can@xxxxxxxxxx> wrote in message news:eKT0Ao8TIHA.748@xxxxxxxxxxxxxxxxxxxxxxx
Here we go. Save the following lines in c:\Windows\DelTemp.bat,
then create a link to it.
@echo off
echo.
echo Cleaning out the Temp directory
del /q "%temp%"
ping localhost -n 10 > nul
"DonV" <dvonj@xxxxxxxxxxx> wrote in message news:OISALm8TIHA.1168@xxxxxxxxxxxxxxxxxxxxxxx
I would like a script that I can click on and have it delete all the files in the temp directory. It would be even more useful if the script can run on Vista as well as XP.
Anybody have such a script and how it can be used this way?
- Prev by Date: Re: Help-
- Next by Date: Re: How to delete temp files
- Previous by thread: Re: Help-
- Next by thread: Re: How to delete temp files
- Index(es):
Relevant Pages
|