I just installed Windows 7 Pro, and I'm configuring it to my preferences. I go to set up a symbolic link (since it supports symlinks).
But I don't seem to have the mklink program in C:\Windows\system32.
In administrator mode in Powershell:
PS C:\> mklink
The term 'mklink' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spel
ling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:7
+ mklink <<<<
+ CategoryInfo : ObjectNotFound: (mklink:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
%WINDIR%either, but runningmklinkon my side just works. I guess it's a built in system command. Does it saymklinkis not a recognized command or something? – kizzx2 Jan 20 '10 at 18:20