Take Command / TCC Help v. 13.03

@ALTNAME

Hide Navigation Pane

@ALTNAME

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

@ALTNAME

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

@ALTNAME[filename] :  Returns the alternate (short, "8.3" FAT-format) name for the specified file. If the filename is already in 8.3 format, returns the filename. If the file does not exist, returns an empty string. If filename contains a \, @ALTNAME returns the SFN of the full path.

 

Examples:

 

echo %@altname["Long Name.exe"]

echo %@altname["C:\Program Files\Microsoft Office"]

echo %@altname["%CommonProgramFiles"]

Comments (...)