Description: | The FSUTIL program can be used from the command line to query information about
the connected drives.
Return all currently connected drives: fsutil fsinfo drives Returns e.g.: Drives: C:\ D:\ E:\ F:\ Return the drive type for a given drive: fsutil fsinfo drivetype D:\ Returns e.g.: D:\ - Fixed Drive To get the drive type of all drives parse the output of fsutil fsinfo drives with a FOR command and run fsutil fsinfo drivetype |
||
Script: | Download: BatchDriveType.bat
|
||
Script Output: |
|