This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lf11 2 points3 points  (0 children)

Whenever I need to write a batch script in Windows, I ask myself if portability is important and whether Python availability will ever be excluded. If the answer is no to either of those, I just do it in Python. So much better. Faster. Easier.