Format: MAKELINK [FROM] (file) [TO] (file) [HARD] [FORCE] Template: FROM/A,TO/A,HARD/S,FORCES/S Location: C:
MAKELINK creates a FROM file, known as a link, that is a pointer to another file, TO file, on the disl. When an application or command calls the FROM file, the TO file is sued. By default, MAKELINK supports hard links: the FROM file and TO file must be on the same volume.
Soft links that can link across volumes are not yet supported.