Would Python make a good substitute for the Windows command-line/batch scripts?
        Posted  
        
            by Lawrence Johnston
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lawrence Johnston
        
        
        
        Published on 2008-10-17T20:48:26Z
        Indexed on 
            2010/03/28
            18:53 UTC
        
        
        Read the original article
        Hit count: 210
        
I've got some experience with Bash, which I don't mind, but now that I'm doing a lot of Windows development I'm needing to do basic stuff/write basic scripts using the Windows command-line language. For some reason said language really irritates me, so I was considering learning Python and using that instead.
Is Python suitable for such things? Moving files around, creating scripts to do things like unzipping a backup and restoring a SQL database, etc.
© Stack Overflow or respective owner