There are various techniques available for automation and programmers have been using them for years to increase efficiency in enterprises:
- Custom software: Developing new software to perform repetitive tasks.
- Runbook: Runbooks are typically used for IT-based operations. They are a compilation of a set of commands or tasks that are performed for maintenance and other types of activities. Runbooks can be offline as well, often referred to as run commands for performing sets of tasks.
- Batch: Batch files used to very popular. They used to compile a sequence of commands that could be run by a single click or command. They can also be scheduled to be run at a specific time using the scheduler.
- Wrapper: Wraps around ...