Mike
Tue Jul 22 14:53:51 CDT 2003
"Koldbear" <rcmcgregor@REMOVE.earthlink.net> wrote in message
news:%23WKAL3HUDHA.3188@tk2msftngp13.phx.gbl...
Reboot first
Goto the temp folder
Select all (press Ctrl+A)
Hold down a Shift key (to keep it out of your Recycle Bin)
And click Delete
--
8O)
Koldbear
Please reply to the Newsgroup ONLY
"Eileen" <vanvan@piasanet.com> wrote in message
news:yZeTa.340$R27.107@fe01.atl2.webusenet.com...
> I have so many files in Windows\Temp. Can I safely remove them ? Some of
> the are: .TMP, .log, .MTX, .htm, .org.text, WMF , php, .xml.
>
> Then there is:
> IMGDLL 16.DLL, IMGDLL32.DLL, 1cFleady.dll, mmjbbc.dll, mmjbUpdt.exe,
> ProcessLog.txt, setup_wm.exe, ioDriverInstall.exe, & DRIVEUP_VSIF
>
> I'm afraid to delete anything that I shouldn't since I am a novice. How do
> these files get into the Windows\Temp ?
>
> Thanks, Eileen
>
>
>
I have a batch file which has a shortcut in the Startup Group & which deletes
everything in the Temp folder.
Here is my startup batch file
@echo off
rem drive mapping & clearing temp folder
subst f: "C:\My Documents"
subst g: "C:\My Download Files"
deltree/y c:\windows\temp\*.*
deltree/y c:\windows\*.tmp
deltree/y "C:\Program Files\ICQ\AteBrowser\151563182\cache\*.tmp"
rem deltree/y "C:\Program Files\KaZaA Lite\My Shared Folder\*.mp3"
rename c:\windows\hosts nohosts
rem rename c:\windows\nohosts hosts
del c:\~
Mike.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18-Jul-2003