|
|
||
@FSTYPE[d:] : Returns the file system type for the specified drive or sharename. @FSTYPE returns NTFS for a drive that uses the Windows NTFS file system. It returns FAT32 for FAT32 drives, and FAT for FAT12, FAT16, and VFAT drives.
You can specify either a drive name or a UNC name.
Examples:
echo %@fstype[c:]
echo %@fstype[%_disk:]
echo %@fstype[\\Music\iTunes]