Defrag examples anyone?

  • Thread starter Thread starter Jim Hubbard
  • Start date Start date
J

Jim Hubbard

Anyone got any info or code examples on defragging your hard drives?
 
Jim Hubbard said:
Anyone got any info or code examples on defragging your hard drives?


Do you want to implement a defragmenting program yourself? Then you are in
the wrong group (C, C++ would be more appropriate). Notice that there are
companies that already have years of experience in writing such
applications.

Or do you want to start Windows' defragmenter? Then you can use 'Shell' or
'System.Diagnostics.Process.Start' to start the "defrag" command line
utility that comes with Windows.
 
Herfried K. Wagner said:
Do you want to implement a defragmenting program yourself? Then you are
in
the wrong group (C, C++ would be more appropriate).

Really? No API calls in VB or VB.Net?
Notice that there are
companies that already have years of experience in writing such
applications.

So I gathered from O&O Defrag and Diskkeeper , etc. .
Or do you want to start Windows' defragmenter? Then you can use 'Shell'
or
'System.Diagnostics.Process.Start' to start the "defrag" command line
utility that comes with Windows.

I want to offer a freeware defrag utility to some of my users.

Windows should really upgrade theirs.

We are surrently creating a suite of freeware tools that Windows should have
come with.

Thanks for your interest.

Jim Hubbard
 

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