Chain two commands together in DOS

Old School DOS I know, but recently I wrote some code to simplify something for me, I like to run this so I get the results in a clear screen. This involves running cls, followed by my script command.

In Linux, nice and simple, the ; is used. In DOS nice and simple as well, plus a few options available.

The options are a & or you can use &&, you could also use ||. A brief explanation of the options are below.

& run second when 1st is complete.

&& only run 2nd of first completed successfully.

|| execute second command only if first is unsuccessful.

Calling out to whole team in Microsoft Teams

Escape to root, be careful with giving access to cron via sudo