The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: nathanpc on October 10, 2009, 12:46:48 AM

Title: Getting Informations About External Drives
Post by: nathanpc on October 10, 2009, 12:46:48 AM
Hello,
I want to know how i can(if i can) get some informations about external drives, things like: patition format, free space, used space, name, manufacturer...

Best Regards,
Nathan Paulino Campos
Title: Re: Getting Informations About External Drives
Post by: PBrennick on October 10, 2009, 12:57:46 AM
The attached program, author unknown, will show you drive info for all drives in the system; external or otherwise. Note: if you have a floppy drive and it is empty you will get an error message. Press continue to move on. Also, the source is embedded in the batch file ...

Paul
Title: Re: Getting Informations About External Drives
Post by: nathanpc on October 10, 2009, 01:07:15 AM
Thanks very much PBrennick! :)