-drive mappings bug

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Koumes74
Junior Member
Junior Member
Posts: 4
Joined: 2011-12-18, 17:39 UTC
Location: Czech

-drive mappings bug

Post by *Koumes74 »

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
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50541
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

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
Koumes74
Junior Member
Junior Member
Posts: 4
Joined: 2011-12-18, 17:39 UTC
Location: Czech

OK

Post by *Koumes74 »

OK but it could be optional. Maybe somebody wanted to have aliases.
Post Reply