The mklink command is available on Windows Vista / Windows 7 / 2008 or later. And only Administrator can execute this command.
Suppose we have file a.txt, and now we need to create symbolic link b.txt:
mklink b.txt a.txt
This is similar to the following command in Linux: