Netruk44 / WindowsProgramQueue

A utility for queuing execution of programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WindowsProgramQueue

A utility for queuing execution of programs

I tried looking for something that would let me queue up multiple 7-zip runs, and found nothing. 7-zip didn't have anything built in, and I didn't find anyone talking about anything someone could use in order to achieve that goal.

So, I created this simple tool to solve this problem for 7-zip and any other program that you might want to queue.

This utility gives you the ability to queue up multiple programs one after the other and have them run sequentially. It also provides the ability to run multiple programs from the queue at once, if you need to. Finally, you can also set a timeout per program.

Image 1

Image 2

Image 3

About

A utility for queuing execution of programs

License:MIT License


Languages

Language:C# 100.0%