How do I get the logical disk properties (lable,type,size,...) ?

thanks in advance
Yoramo

Re: Logical Disk properties by Jan

Jan
Thu Jan 22 08:50:33 CST 2004

You can retrieve this info through WMI:
http://www.csharphelp.com/archives2/archive334.html

You'll need this one:
Win32_LogicalDisk
http://tinyurl.com/yrdwf

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


"Yoramo" <yoramo@[NOSPAM]hotmail.com> wrote in message
news:eEHGtXP4DHA.2432@TK2MSFTNGP09.phx.gbl...
> How do I get the logical disk properties (lable,type,size,...) ?
>
> thanks in advance
> Yoramo
>
>



Re: Logical Disk properties by Yoramo

Yoramo
Thu Jan 22 09:55:14 CST 2004

Thanks that's exactly what I was looking for.


"Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
news:%23tXQXcP4DHA.2804@TK2MSFTNGP11.phx.gbl...
> You can retrieve this info through WMI:
> http://www.csharphelp.com/archives2/archive334.html
>
> You'll need this one:
> Win32_LogicalDisk
> http://tinyurl.com/yrdwf
>
> --
> Greetz
>
> Jan Tielens
> ________________________________
> Read my weblog: http://weblogs.asp.net/jan
>
>
> "Yoramo" <yoramo@[NOSPAM]hotmail.com> wrote in message
> news:eEHGtXP4DHA.2432@TK2MSFTNGP09.phx.gbl...
> > How do I get the logical disk properties (lable,type,size,...) ?
> >
> > thanks in advance
> > Yoramo
> >
> >
>
>