The NN Waiter is a console application that executes tasks, commands, in order and waits for a process to be finished, to exit.
There is an example "tasks.csv" file. It shows how to use the application.
Anything about how to use the app is in ReadMe.txt
It can be used for things such as a batch installing, where installations need to wait for each other, and such.
Intended for Windows. Written in C#.
NejedNiko (c) 2020
format of a task (each line) is structured like this:
"%" anywhere in the file will always mean a location of the executable.
...
You can read more in the ReadMe.txt
Not yet available.
You can use this under the GNU GENERAL PUBLIC LICENSE.