Purpose:Display the hardlinks for the specified file(s)

 

Format:LINKS [@file] file...

 

@fileA text file containing the filenames, one per line (see @file lists for details).

 

File Selection

 

Supports multiple file names.

 

Example:

 

[d:\temp] echo foo > foo

 

[d:\temp] links foo

D:\temp\foo

 

[d:\temp] md temp2

 

[d:\temp] mklink /h temp2\bar foo

 

[d:\temp] links foo

D:\temp\temp2\bar

D:\temp\foo