Program Description

MegaSweep is a FREEWARE Windows 95/98/NT utility that allows you to delete unwanted files and folders from your entire workstation or server file system.

With MegaSweep, you can create profiles of what you want to delete from a directory, folder, drive or computer across the network. Each profile defines a start location, file specifications, folder specifications and the option to delete them based on modification date.

Download Option 1: 1748 k Version 2.0.0 - Complete installation.
mswp200.zip

Read about what's new in version 2.0.0

Users of MegaSweep must agree to:

FREEWARE DISCLAIMER AND LICENSE AGREEMENT: The author of MegaSweep accepts no responsibility for damages resulting from the use of this product and makes no warranty or representation, either express or implied, including but not limited to, any implied warranty of merchantability or fitness for a particular purpose. This software is provided "AS IS", and you, its user, assume all risks when using it. If your locality does not allow these warranty conditions, you are not granted permission to use MegaSweep. MegaSweep is a freeware program and is provided at no charge to the user.

If you have questions about MegaSweep, send an E-mail to Click here to send me some E-mail!

Back to Top

Home - The .WAV Collection - The Links Page - About Me

Sign Guest Book - View Guest Book - My Software - What's New

Search this Site

Page last updated on February 15, 2000 3:55 PM
Previous session logged in at: <%= session("LastVisitorTime")%>.

<% session("msweepFlag")= session("msweepFlag") + 1 If session("msweepFlag") = 1 Then Rem Get the current number of hits for this page Set FileObject = Server.CreateObject("Scripting.FileSystemObject") OtherCounterFile = Server.MapPath ("/guest") & "\msweep.txt" Set InStream= FileObject.OpenTextFile (OtherCounterFile, 1, False, False) Number = Instream.Readline Instream.close application.lock application("msweepCount") = Number Set OutStream= FileObject.CreateTextFile (OtherCounterFile, True, False) application("msweepCount") = application("msweepCount") + 1 OutStream.WriteLine application("msweepCount") OutStream.close application.unlock End If %>