        NTFS.
================================================================================

FLNK [-j] <DestPathName>, <SrcFilePathName>[, LinkTypeMark]     

-j		 Junction Point   ( LinkTypeMark= 2)
DestPathName	 /    /  ;
		     (  )
SrcFileName	   ;  SrcFilePathName  ,
		  
LinkTypeMark	0 -      (  , 
		- 0); 1 -   ; 2 - 
		 Junction Point   (Windows XP/2003, NTFS 5)

--------------------------------------------------------------------------------

   Windows    :
Hard Links   ,   *nix (Windows NT4  ),  
	  ;      .
Junction Points    ,   Windows 2000 (NTFS 5),
	    ,    .
Symbolic Links   .    Windows Vista,  
	 ,    Junction Points
   XP/2003   Junction Points     Hard Links
   .
       (. ),   
   ("*", "?").
       CreateHardLinkW  CreateSymbolicLinkW
 Kernel32.DLL.      .
  ,   /    , , 
  :    0x400 -   .

******************************************************************[]*****
FLNK %WinDir%\System32\abcd.DLL, %CurDir%\abcd.DLL
FLNK %WinDir%\MyTool, %CurDir%\MyTool, 1
FLNK E:\MyHelp,"D:\-Hlp-",2 // Junction  E:\MyHelp    D:\-Hlp-
FLNK E:\MyHelp,,2 // Junction  E:\MyHelp   
FLNK D:\MyFile.txt,"D:\-Hlp-\11111.txt",0 //  D:\MyFile.txt    D:\-Hlp-\11111.txt ( Windows XP     )
TEAM SITE ? ,,,,%%=FATTR,%&TEnvi%|CALC &&DEnvi=%&DEnvi% & 0x400 //,   %%  ( ,  1024 /0x400)