.net - How to partition a hard drive using C# -


i familiar wmi method of formatting partition if wanted create partition programmatically? possible , if so, can point me in right direction because having toughest time finding information this. thanks

you'll want use process.start call diskpart arguments/script need partition disk:

http://support.microsoft.com/kb/300415

http://technet.microsoft.com/en-us/library/cc766465%28v=ws.10%29.aspx


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -