![]() |
Batch Script to list Drives and Types
This .bat file uses fsutil to get a list of the drives and types on a windows machine.
Batch Script to list Drives and Types ------------------------------------------ Code:
@echo off |
Re: Batch Script to list Drives and Types
If you liked this article do nominate this article for Article of the month - Sep 2010 Before 15th of October 2010.
|
Re: Batch Script to list Drives and Types
The original above script does not apply to Windows 7 instead use this to pipe the info using DiskPart
Code:
@echo off |
| All times are GMT +5.5. The time now is 01:38. |