PDA

View Full Version : PC Enhancement - Batch



Jusstin
January 8th, 2011, 16:22
A little Batch that should clean your system up a bit, not a ton.. but it has its effects.

Only the registered members can see the link.


Credits of course to the author of the code.

Zykev2
January 8th, 2011, 16:50
mind explaining what it does...?

Anthony`
January 8th, 2011, 16:51
@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls

thats its contents

Fly
January 8th, 2011, 17:35
Anyone care to test it and post results?

Anthony`
January 8th, 2011, 17:56
It doesnt look like it would delete any necessary Windows files, instead it just deletes cached data. Im not 100% sure about what C:\WIN386.SWP does though.

Joe
January 8th, 2011, 20:05
it cleans out your computer from unneeded shits he sent me it over msn.

clawz
January 8th, 2011, 20:08
c:\win386.swp

Swap is used to extend RAM. When there isn't enough space in RAM the computer uses the swap file on the hard drive as additional RAM. If you delete it, it will simple reappear but as a smaller file

300 post >.<

mojo
January 8th, 2011, 20:14
why not just use ccleaner..

Zykev2
January 9th, 2011, 03:09
why not just use ccleaner..

I was waiting for someone to post this lmao, don't get me wrong its good to practice skills in Batch and all that, just there is programs that do a lot more efficient job.