Take Command / TCC Help v. 13.03

@SFN

Hide Navigation Pane

@SFN

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

@SFN

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

@SFN[filename]:  Returns the fully expanded short ("8.3") filename for a long filename. The filename may contain any valid filename element including drive letter, path, filename and extension. The entire name including all intermediate paths will be returned in short name format. If filename does not refer to an actual file, the results are unpredictable.

 

Examples:

 

echo %@sfn["c:\program files\xyz.abc"]

echo %@sfn[%_comspec]

 

Comments (...)