I map drives using the PowerShell script:
$Net = New-Object -ComObject WScript.Network
$Rename = New-Object -ComObject Shell.Application
$Net.MapNetworkDrive("H:", '\\192.168.0.101\nas')
$Net.MapNetworkDrive("I:", '\\192.168.0.101\install')
$Net.MapNetworkDrive("P:", '\\192.168.0.101\petr')
$rename.NameSpace("H:\").Self.Name = 'NAS/nas'
$rename.NameSpace("I:\").Self.Name = 'NAS/install'
$rename.NameSpace("P:\").Self.Name = 'NAS/petr'
PrintScreen here: Image: http://seznampivovaru.cz/drive.jpg
Explorer is mapped correctly but Total Commander badly.
Please fix this bug. Thank you Christian.
Petr
-drive mappings bug
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
TC does not show virtual drive names for network shares - it shows the network path to which these shares point. So not a bug.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com