Just a quick project I made to have console tasks accessible on localhost http page
Make a bat file following the format: (--port is optional)
start "" <app> --port 8080 $ first_app.exe $ second_app.exe $ cmd /c "echo This should work and run as third"
exitThis will create a localhost webpage with a table logging whatever first_app, second_app and that echo prints on a "virtual console"! Mine is used with RClone. I don't like terminals hanging on my desktop. So using this, I have this:
As you can see, using Stop you can kill the app. Auto refresh is for auto "F5" the page for new stuff (you can see it reloading every second when ON).
