MiloszKrajewski / TooMany

Docker inspired console application host for Windows
MIT License
6 stars 1 forks source link

Add retries to start/define #21

Open jonathonhawkins92 opened 3 years ago

jonathonhawkins92 commented 3 years ago

My case: I want to be able to use TooMany as my general script runner, including scripts I only want to run a set number of times before stopping, for instance a build script. I would want the ability to set this at a script level with 2many define and in an adhoc manner with 2many start.

MiloszKrajewski commented 3 years ago

I get what you mean. In the meantime you can use 'hstart' if you want to hide console window. (as hstart is also used my malware to hide its existence Windows sometimes complains about having it on your system)

jonathonhawkins92 commented 3 years ago

Another part to this could also be when using list it could show the number of retries, which outside of uptime would help identify problem processes.