JP Software Tutorials
Download JP Software Products
Sources for further information
Navigation: TCC-RT > Variables & Functions > Functions
@JUNCTION
@JUNCTION[dir] : Returns the directory referenced by the specified junction.
Example:
mklink /j test2 test
Junction created for test2 <<===>> test
echo %@junction[test2]
test