Important alert: (current site time 5/20/2013 9:10:26 AM EDT)
 

winzip icon

Defrag drives or folders 30-Mar-2012

Email
Submitted on: 3/30/2012 3:34:07 PM
By: Kenaso 
Level: Intermediate
User Rating: By 4 Users
Compatibility: VB 6.0
Views: 13002
author picture
(About the author)
 
     Defrag your drives using utilities written and supported by Microsoft Sysinternals. These are freeware and are located at http://technet.microsoft.com/en-us/sysinternals/default.aspx The names are Contig and PageDefrag listed under File and Disk. === 05-Jan-2012 Updated modProcesses.bas module. Finally resolved the problem of multiple instances of contig.exe displayed in task manager window. === 08-Mar-2012 Updated support modules === 30-Mar-2012 Updated documentation. Added modTrimStr.bas module.

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come out every day, so no prevention program can catch 100% of them. For your own safety, please:
  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
  3. Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 28 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments
10/5/2010 7:16:48 AMDave Carter

This worked for me : ) Thank you Kenaso.
(If this comment was disrespectful, please report it.)

 
8/10/2011 6:55:14 AMMehmood Iqbal

Great JOB.
(If this comment was disrespectful, please report it.)

 
11/23/2011 8:54:38 AMRuturaaj

Does this tool really work? I don't think so. Please check your "cmd /c" command. The reason why I think it's not calling the Contig is, I downloaded tool and placed it in Application folder and was expecting to see EULA dialog on first run as a token to realize your tool is calling the required EXE correctly. But it didn't. Then I wrote a test project that captures Console output and tested your Defrag command with it. I noticed it was giving errors for Path. GetShortPath of long Windows Paths for better results. Your tool simply Shell the command and "hope" that it will go well. Please grab the actual console output.

Also, "polling the process by name after every 3 seconds to see if it has terminated or not" is not a good idea. We have methods to Shell and Wait for the process to terminate using API. I hope you take my suggestions in good spirit. :-)

Cheers,

Ruturaaj
[mailme_friends#yahoo.com]
(If this comment was disrespectful, please report it.)

 
11/24/2011 8:29:06 AMKenaso

As we have discussed, I will review and troubleshoot at my end and you do your part. We will meet in the middle after some additional testing. Then I will repost. Thank you for your input. I have made several changes based on your input thus far.
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.