Acabei de instalar o Windows 7 Pro e estou configurando com minhas preferências. Vou configurar um link simbólico (já que ele suporta links simbólicos).
Mas parece que não tenho o mklink
programa C:\Windows\system32
.
No modo de administrador no 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
Uma pergunta semelhante foi feita na SO. Consulte stackoverflow.com/questions/894430/… para obter mais informações e soluções alternativas.
—
Kez
@kez: Hunh ... não achou o SO o melhor lugar para perguntar isso. :: shrug ::
—
Paul Nathan
O PowerShell fornecerá esse erro, mas o prompt de comando funcionará.
—
Rosdi
%WINDIR%
, mas corrermklink
do meu lado simplesmente funciona. Eu acho que é um comando do sistema embutido. Diz quemklink
não é um comando reconhecido ou algo assim?