Re: Help-
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
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?
Relevant Pages
- Re: Help-
... Anyway to get around the Access Denied in Vista and the file is in use by another process? ... @echo off ... I would like a script that I can click on and have it delete all the files in the temp directory. ... (microsoft.public.windows.server.scripting) - Re: Echo does not return variables
... Below you find find a script that I made, ... during an upcoming Sharepoint Migration. ... until I stumbled upon this: echo does not return my ... del /Q c:\temp\EXTRAtemp.txt ... (microsoft.public.win2000.cmdprompt.admin) - Re: Script for Thunderbird configuration
... I have got a script from the following location. ... ECHO Setting up new Thunderbird user profile - Standby for Action! ... call:GetProfileName ... DEL env-setter.BAT ... (microsoft.public.windows.server.scripting) - Echo does not return variables
... Below you find find a script that I made, ... during an upcoming Sharepoint Migration. ... until I stumbled upon this: echo does not return my ... del /Q c:\temp\EXTRAtemp.txt ... (microsoft.public.win2000.cmdprompt.admin) - Re: How to delete temp files
... You will always get "File in use" messages, because some temp ... @echo off ... echo Cleaning out the Temp directory ... I would like a script that I can click on and have it delete all the files in the temp directory. ... (microsoft.public.windows.server.scripting) |
|