"Hard Disk Full" messages

  • Thread starter Thread starter vistaashley
  • Start date Start date
V

vistaashley

Hi, I have a 10 Gig drive for C with 5Gb of space left, but just now,
I have been received "Hard Disk Full" messages, and some programs have
crashed because it stopped them writing or reading.
Can anyone advise on what to do?
 
If your platform is windowsNT/2000/XP, you can create a notebook named
clean.bat and paste these contents:
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files
\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo Complete
Save and run it.
If your platform is windowsme/98, you may select clean disk at "Start"
menu
You can also choose the software Removable Storage Guard to release
your disk on any windows platform.
http://www.tucows.com/software_detail.html?id=513961
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top