Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks, that does work! It is still I bit more clumbersome than I would have liked, I was hoping there would be a one-liner, but I'll take it :)
    – fdiogo
    Commented Jun 18, 2019 at 13:55
  • I had hoped that launcher.cmd could be incorporated as a subroutine within scheduler.cmd, but sadly you can't use start /b :launcher ..., so I was left with my inelegant solution (very frustrating to someone used to bash).
    – AFH
    Commented Jun 18, 2019 at 15:53
  • @AFH It's possible to call an incorporated subroutine, see my answer
    – jeb
    Commented Aug 25, 2021 at 6:26