Take Command / TCC Help v. 13.03

@FSTYPE

Hide Navigation Pane

@FSTYPE

Previous topic Next topic No directory for this topic No expanding text in this topic  

@FSTYPE

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@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]

 

Comments (...)