Take Command / TCC Help v. 13.03

@REMOVABLE

Hide Navigation Pane

@REMOVABLE

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

@REMOVABLE

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 (...)

@REMOVABLE[d:]:  Returns 1 if the specified drive is removable (e.g. floppy disk, removable hard disk, USB storage device, etc.), 0 otherwise. The drive letter must be followed by a colon.

 

Examples:

 

echo %@removable[e:]

echo %@removable[%_disk]

 

 

Comments (...)