Tagged Questions

2
votes
12answers
194 views

How to decide when to script something rather than do it manually?

Sometimes I find myself needing to do something that could be automated or could be manual. E.g. I just ran a particular script 8 times, making a small change in between each run. I certainly could ...