How can I specify the name of a mounted drive in Windows when mounting programmatically?
        Posted  
        
            by Alex Feinman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alex Feinman
        
        
        
        Published on 2010-06-02T20:00:25Z
        Indexed on 
            2010/06/02
            20:04 UTC
        
        
        Read the original article
        Hit count: 228
        
I am writing a perl routine that mounts specific drives at startup. However, when the drives are mounted, they appear in "My Computer" with odd names like "dir$ at 'machinename' (H:)".
Is there a way in perl or C to specify this string (or just the 'dir$' part?) at mount-time?
© Stack Overflow or respective owner