how to make chkdsk?

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
J

Jassim Rahma

how can i make my own chkdsk without using the dos commands?
 
Hi,

You can use Process.Run to run an external program.
yopu can also read the output of the console from the calling program.
 
but can i do that in .NET without a use of any external program? i mean
native .NET?
 
Jassim Rahma said:
how can i make my own chkdsk without using the dos commands?


Hi Jassim,

you can check this out if you want. Its still Alpha, written in VC++ (6)
but it works:

http://sourceforge.net/projects/checkdiskshell

I did not finish it, but it makes my daily work much more confortable,
in case of running time consuming checks against multiple disks. If i
will find some time i will free it from bugs and refine code, but it is
very usefull at this moment. Start CheckDiskShell and go,...



Beste Grüsse / Best regards / Votre bien devoue

Kerem Gümrükcü
(e-mail address removed)
Pro-IT Education http://www.pro-it-education.de/
Professional IT-Training and Consulting
 
Hi,

Jassim Rahma said:
but can i do that in .NET without a use of any external program? i mean
native .NET?

I do not think so, maybe you could by using interop, but personally I would
just simply use chkdsk.
 

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