gpt4 book ai didi

powershell - 如何在PowerShell中将驱动器号映射到本地路径?

转载 作者:行者123 更新时间:2023-12-04 22:47:58 25 4
gpt4 key购买 nike

在PowerShell中,是否可以将驱动器号映射到本地路径?

因此,例如将x:\映射到c:\myfolder1\myfolder2\

最佳答案

您可以使用 subst :

subst x: c:\myfolder1\myfolder2\



New-PSDrive :

New-PSDrive -Name x -PSProvider FileSystem -Root c:\myfolder1\myfolder2\

关于powershell - 如何在PowerShell中将驱动器号映射到本地路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15983359/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com