command to format mount points in windows 2003
        Posted  
        
            by user136104
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user136104
        
        
        
        Published on 2009-10-14T09:35:23Z
        Indexed on 
            2010/05/03
            7:48 UTC
        
        
        Read the original article
        Hit count: 245
        
I need a command to format the mount point in windows 2003.
Generally we use the following command to format a volume in windows
type C:\sri.txt| FORMAT E: /v:volume /Q /fs:NTFS
But by using the same command we can't format the mount points. So is there any command to format a mount point in windows
© Stack Overflow or respective owner