Would Python make a good substitute for the Windows command-line/batch scripts?

后端 未结 12 969
醉酒成梦
醉酒成梦 2021-01-30 07:21

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 Wind

12条回答
  •  野性不改
    2021-01-30 07:58

    Python is well suited for these tasks, and I would guess much easier to develop in and debug than Windows batch files.

    The question is, I think, how easy and painless it is to ensure that all the computers that you have to run these scripts on, have Python installed.

提交回复
热议问题